22 lines
588 B
Text
22 lines
588 B
Text
# Sway specific config
|
|
# Logout
|
|
# bindsym $mod+Shift+e exec "swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit Sway?' -B 'Yes, exit Sway' 'swaymsg exit'"
|
|
|
|
# screenshots
|
|
# bindsym --release Print exec grimshot --notify copy
|
|
# bindsym --release Shift+Print exec grimshot --notify copy anything
|
|
|
|
# Touchpad controls
|
|
input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
|
|
tap enabled
|
|
natural_scroll enabled
|
|
}
|
|
|
|
#Set up monitors
|
|
# output eDP-1 res 2256x1504 scale 1.00
|
|
|
|
#Wallpaper
|
|
output * bg ~/00 Setup/wallpaper.png fill
|
|
|
|
# TODO setup tablet
|
|
exec ~/tablet.sh
|