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 $mod+o mode "App"20mode "App" {21 bindsym b exec "~/.config/rofi/scripts/rofi-bluetooth", mode "default"2223 bindsym l exec "swaylock -F --image $LOCKING_IMG", mode "default"24 bindsym p exec "wl-paste | $HOME/.local/bin/pb | wl-copy", mode "default"25 bindsym s exec "~/.config/rofi/scripts/sink.py", mode "default"26 bindsym m exec 'grim -g "$(slurp)" -t png - | wl-copy -t image/png', mode "default"27 bindsym $mod+m exec 'grim -g "$(slurp)" -t png - | tee $DIRPICS/screenshots/"$(date +%FT%H%M%S).png" | wl-copy -t image/png', 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}