diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 47a3b3e..f6739da 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -70,6 +70,7 @@ bindsym $super+x exec --no-startup-id toggle-xeyes bindsym $super+i exec --no-startup-id sh -c 'xdotool type "$(grep -v "^#\|^\s*$" ~/Documents/Notes/bookmarks.txt | tac | dmenu -i -l 50 | cut -d\ -f1)"' bindsym $super+Shift+z exec --no-startup-id dmenu-zeal bindsym $super+Shift+b exec --no-startup-id librewolf-open "$(xprint)" +bindsym $super+Shift+v exec --no-startup-id st -c "dropdown_clipboard" -e sh -c 'xclip -sel clip -o >/tmp/clipboard && nvim /tmp/clipboard && xclip -sel clip -i /tmp/clipboard || read -r ans' bindsym $super+period exec --no-startup-id sh -c 'xdotool click --clearmodifiers 1 && xdotool keyup super' bindsym $super+slash exec --no-startup-id sh -c 'xdotool click --clearmodifiers 3 && xdotool keyup super' bindsym $super+comma exec --no-startup-id scrcpy-k @@ -474,9 +475,9 @@ for_window [class="dropdown_*|tridactyl_*"] floating enable for_window [class="dropdown_*|tridactyl_*"] move scratchpad for_window [class="dropdown_*|tridactyl_*"] sticky enable for_window [class="dropdown_*|tridactyl_*"] scratchpad show +for_window [class="dropdown_tmuxdd"] resize set 1600 900 for_window [class="dropdown_*"] move position center for_window [class="dropdown_tmuxdd"] scratchpad hide -# for_window [class="dropdown_tmuxdd"] resize set 625 450 # for_window [class="dropdown_dropdowncalc"] resize set 800 300 # for_window [class="dropdown_tmuxdd"] border pixel 3 # for_window [class="dropdown_dropdowncalc"] border pixel 2 |