kanshi, python swayidle, zsh title
This commit is contained in:
@ -138,6 +138,8 @@ mode "resize" {
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
## Lock screen
|
||||
bindsym $mod+z exec ~/.config/sway/bin/lock.sh
|
||||
|
||||
## Screenshot // Screenshot active display // <Print> ##
|
||||
#bindsym Print exec $BIN_DIR/screenshots.sh display
|
||||
@ -172,12 +174,23 @@ bindsym --locked XF86AudioMute exec volumectl toggle
|
||||
## Modify // Mic mute // <XF86AudioMicMute> ##
|
||||
bindsym --locked XF86AudioMicMute exec amixer -D pulse sset Capture toggle && notify-send -t 1000 "Microphone state toggled"
|
||||
|
||||
|
||||
bindsym XF86AudioPlay exec volumectl down
|
||||
|
||||
# bindsym XF86AudioRaiseVolume exec volumectl raise
|
||||
# bindsym XF86AudioLowerVolume exec volumectl lower
|
||||
# bindsym XF86AudioMute exec volumectl mute
|
||||
# bindsym XF86AudioMicMute exec volumectl mute --mic
|
||||
|
||||
# bindsym XF86MonBrightnessUp exec lightctl raise
|
||||
# bindsym XF86MonBrightnessDown exec lightctl lower
|
||||
|
||||
|
||||
## Notifications // Dismiss notification // <Alt><Space> ##
|
||||
bindsym $alt+space exec makoctl dismiss
|
||||
## Notifications // Dismiss all notifications // <Shift><Alt><Space> ##
|
||||
bindsym Shift+$alt+space exec makoctl dismiss --all
|
||||
|
||||
|
||||
## Launch // Screen sharing // <> x ##
|
||||
bindsym $mod+x exec $BIN_DIR/dmenuscreenshare.sh
|
||||
|
||||
|
Reference in New Issue
Block a user