mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 14:42:58 +01:00
update i3 config
This commit is contained in:
parent
f54b38311a
commit
5ba4ef2acc
1 changed files with 6 additions and 2 deletions
|
@ -251,8 +251,12 @@ bindsym $mod+Mod1+Ctrl+space exec wired --drop all
|
|||
bindsym $mod+Shift+Ctrl+space exec wired --show 1
|
||||
|
||||
# auto clicking
|
||||
bindsym $mod+F11 exec xdotool click --delay 10 --repeat 100 1
|
||||
bindsym $mod+F12 exec xdotool click --delay 10 --repeat 100 3
|
||||
bindsym Ctrl+Shift+F11 exec xdotool click --delay 10 --repeat 100 1
|
||||
bindsym Ctrl+Shift+F12 exec xdotool click --delay 10 --repeat 100 3
|
||||
|
||||
# capture current screen and open in feh
|
||||
bindsym Shift+Print exec shotgun -s - | feh --class feh-float -
|
||||
for_window [class="feh-float"] floating enable
|
||||
|
||||
# dracula theme
|
||||
# class border bground text indicator child_border
|
||||
|
|
Loading…
Reference in a new issue