btw i use nix
1
2bindsym $mod+Shift+r exec "i3-msg reload"
3
4bindsym $mod+q exec dunstctl close-all
5
6bindsym $mod+Shift+v exec rofi -i -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
7bindsym $mod+Control+v exec greenclip print | head -n 1 | xclip -i -selection "clipboard"
8bindsym $mod+Shift+Control+v exec xdotool type "$(greenclip print | head -n 1)"
9
10# for when latop output is disabled on resume
11bindsym $mod+Shift+p exec xrandr --output "$($SCRIPT_DIR/get_focused_output.sh)" --off