sway | add grimshot + config
This commit is contained in:
parent
afb2da0f5e
commit
17fa7e69f5
9 changed files with 118 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# For Smaug
|
# For ace
|
||||||
set $mod Mod1
|
set $mod Mod1
|
||||||
set $terminal_path /home/don/bin/mynewterm
|
set $terminal_path /home/don/bin/mynewterm
|
||||||
set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo
|
set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -65,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -65,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -65,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -65,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -65,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -43,7 +45,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -65,6 +69,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,9 @@ title_align center
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
|
||||||
# change volume or toggle mute
|
# change volume or toggle mute
|
||||||
|
|
@ -45,7 +47,9 @@ bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
#bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
@ -67,6 +71,17 @@ set $bemenu_options -i --nb "#3f3f3f" --nf "#dcdccc" -fn "pango:JetBrains Mono 8
|
||||||
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
set $menu dmenu-wl_path | bemenu $bemenu_options| xargs swaymsg exec --
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
|
# Screenshots:
|
||||||
|
# Super+P: Current window
|
||||||
|
# Super+Shift+p: Select area
|
||||||
|
# Super+Alt+p Current output
|
||||||
|
# Super+Ctrl+p Select a window
|
||||||
|
|
||||||
|
bindsym Mod4+p exec grimshot --notify save active
|
||||||
|
bindsym Mod4+Shift+p exec grimshot --notify save area
|
||||||
|
bindsym Mod4+Mod1+p exec grimshot --notify save output
|
||||||
|
bindsym Mod4+Ctrl+p exec grimshot --notify save window
|
||||||
|
|
||||||
# rofi app and window launchers
|
# rofi app and window launchers
|
||||||
bindsym $mod+p exec --no-startup-id $menu
|
bindsym $mod+p exec --no-startup-id $menu
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ in {
|
||||||
slurp
|
slurp
|
||||||
sway
|
sway
|
||||||
sway-audio-idle-inhibit
|
sway-audio-idle-inhibit
|
||||||
|
sway-contrib.grimshot
|
||||||
swayidle
|
swayidle
|
||||||
swayimg
|
swayimg
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue