add currently running config

This commit is contained in:
Alex Kelly 2024-03-01 16:29:45 -05:00
commit 210d2c269f
7 changed files with 135 additions and 36 deletions

View file

@ -23,7 +23,8 @@ bindsym XF86AudioPrev exec "~/bin/mediakeys.sh previous";
bindsym XF86AudioNext exec "~/bin/mediakeys.sh next";
# display clipboard contents via rofi
bindsym Control+$alt+h exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
#bindsym Control+$alt+h exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
bindsym Control+$alt+h exec ~/.local/bin/rofi-copyq
# kill active window
bindsym $mod+q kill
@ -32,7 +33,10 @@ bindsym $mod+Shift+c reload
# restart i3
bindsym $mod+Shift+r restart
# quit i3
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+Shift+e exec "wlogout"
bindsym Control+Alt+Backspace exec "wlogout"
bindsym Control+Alt+Delete exec "wlogout"
bindsym $mod+b bar mode hide
bindsym $mod+Shift+b bar mode dock
@ -94,6 +98,10 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
# Move workspace to monitor
bindsym $mod+Ctrl+greater move workspace to output right
bindsym $mod+Ctrl+less move workspace to output left
#
# scratchpad
bindsym $mod+Shift+minus move scratchpad
bindsym $mod+minus scratchpad show