summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/hyprland.conf2
-rw-r--r--scroll/config4
2 files changed, 6 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index ba1f623..059ba5a 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -206,6 +206,8 @@ plugin {
# windowrule = float, class:^(kitty)$, title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\.easyeffects)$
+# Fix brave xray menus
+windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$
#}}}
#{{{ Mods
diff --git a/scroll/config b/scroll/config
index c115cd9..e689a61 100644
--- a/scroll/config
+++ b/scroll/config
@@ -124,8 +124,12 @@ animations {
bindsym $mod+e exec $rmenu
bindsym $mod+d exec $dmenu
+ # Launch your file manager
bindsym $mod+Alt+f exec $filemanager
+ # Lock your screen
+ bindsym $mod+q exec loginctl lock-session
+
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.