include a separate file for monitor config

This commit is contained in:
liv 2023-11-18 15:35:16 +01:00
parent 8a0d5068d1
commit e356a23d5a

View file

@ -15,7 +15,7 @@ set $up k
set $right l set $right l
# Your preferred terminal editor # Your preferred terminal editor
set $term foot set $term kitty
# Your preferred app launcher # Your preferred app launcher
set $menu bemenu-run --fn $uifont -i -b -H 20 -p "~>" | xargs swaymsg exec set $menu bemenu-run --fn $uifont -i -b -H 20 -p "~>" | xargs swaymsg exec
@ -42,8 +42,8 @@ client.focused_inactive #282828 #282828 #ffffff #ffffff #282828
client.unfocused #282828 #282828 #888888 #ffffff #282828 client.unfocused #282828 #282828 #888888 #ffffff #282828
# gaps # gaps
gaps inner 7 gaps inner 5
gaps outer 7 gaps outer 5
# Hide cursor after a while (10 secs) # Hide cursor after a while (10 secs)
seat seat0 hide_cursor 10000 seat seat0 hide_cursor 10000
@ -64,9 +64,6 @@ bindsym $mod+Shift+q kill
# Start the program launcher # Start the program launcher
bindsym $mod+space exec $menu bindsym $mod+space exec $menu
# Start the emoji selector
bindsym $mod+Shift+space exec rofi -show emoji -modi emoji
# Drag floating windows with the mouse # Drag floating windows with the mouse
floating_modifier $mod normal floating_modifier $mod normal
@ -74,7 +71,7 @@ floating_modifier $mod normal
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# Exit sway # Exit sway
bindsym $mod+Shift+e exec swaynag -t warning -m 'Do you want to exit sway?' -b 'Yes, exit' 'swaymsg exit' bindsym $mod+Shift+e exec swaynag -t warning -m 'Do you want to exit sway?' -b 'Yes' 'swaymsg exit'
# change focus # change focus
bindsym $mod+$left focus left bindsym $mod+$left focus left