diff options
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 871585b..1e1f8a4 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -109,6 +109,9 @@ input 2:10:TPPS/2_IBM_TrackPoint pointer_accel 1 output "*" background ~/.config/wall1.png fill # Laptop display output "eDP-1" scale 1.6 pos 0 0 scale_filter linear +# Two monitor layout +output "HDMI-A-1" pos 0 0 +output "HDMI-A-2" pos 1920 200 # Keymaps input type:keyboard { @@ -144,7 +147,7 @@ bindsym --to-code { # Mako (notifications) $mod+Ctrl+space exec "makoctl dismiss" - # $mod+Ctrl+grave exec "makoctl list" + $mod+Ctrl+Shift+space exec "makoctl restore" # Screen brightness controls XF86MonBrightnessUp exec "xbacklight -inc 5" |