toggle screen

This commit is contained in:
Ivan Dimitrov 2023-10-21 00:57:21 +03:00
parent 7ecef22258
commit 78fa5330e3

View File

@ -32,6 +32,9 @@ bindsym $mod+Shift+a exec grim - | wl-copy
# Lock screen # Lock screen
bindsym Alt+Shift+l exec swaylock bindsym Alt+Shift+l exec swaylock
# Toggle screen
bindsym Alt+Shift+t output "eDP-1" toggle
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
# #