summaryrefslogtreecommitdiff
path: root/scroll
diff options
context:
space:
mode:
Diffstat (limited to 'scroll')
-rw-r--r--scroll/config8
1 files changed, 6 insertions, 2 deletions
diff --git a/scroll/config b/scroll/config
index c115cd9..4fd9991 100644
--- a/scroll/config
+++ b/scroll/config
@@ -44,8 +44,8 @@ exec hyprpaper
# You can get the names of your outputs by running: scrollmsg -t get_outputs
#output eDP-1 resolution 1920x1080 position 0 0
-#output HDMI-A-1 resolution 1920x1080 position 1920 0
-#output DP-2 resolution 1920x1080 position 0 0
+output HDMI-A-1 resolution 1920x1080 position 1920 0
+output DP-2 resolution 1920x1080 position 0 0
### Idle configuration
#
@@ -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.