1bindsym $mod+Shift+q kill23# terminal4bindsym $mod+Return exec $term5bindsym $mod+Shift+Return exec alacritty67# rofi8bindsym --no-repeat $mod+d exec "rofi -modi drun,ssh,run -show drun"9# rofi-window $mod + \10bindcode --no-repeat $mod+51 exec "rofi -show window -case-smart"1112## pass13bindsym --no-repeat $mod+p exec "python ~/.config/rofi/scripts/pass.py -p "14bindsym --no-repeat $mod+Shift+p exec "python ~/.config/rofi/scripts/pass.py -o"1516bindsym --no-repeat $mod+i exec clipman pick --tool rofi -T'-i'17bindsym --no-repeat $mod+Shift+i exec clipman clear -t rofi1819bindsym --no-repeat $mod+Shift+s exec 'grim -g "$(slurp)" $DIRPICS/screenshots/"$(date +%FT%H%M%S).png"'2021bindsym $mod+o mode "App"22mode "App" {23 bindsym b exec "librewolf", mode "default"2425 bindsym l exec "swaylock -F --image $LOCKING_IMG", mode "default"26 bindsym p exec "wl-paste | $HOME/.local/bin/pb | wl-copy", mode "default"27 bindsym s exec "~/.config/rofi/scripts/sink.py", mode "default"2829 bindsym space input type:touchpad events toggle enabled disabled, mode "default"3031 bindsym Escape mode "default"32 bindsym $mod+o mode "default"33 bindsym Return mode "default"34}