mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-05 00:59:58 +01:00
update i3 cfg
This commit is contained in:
parent
89bf75fae7
commit
bb698524be
1 changed files with 5 additions and 1 deletions
|
@ -223,6 +223,10 @@ bindsym $mod+Ctrl+space exec wired --drop latest
|
|||
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
|
||||
|
||||
# dracula theme
|
||||
# class border bground text indicator child_border
|
||||
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
||||
|
@ -234,7 +238,7 @@ client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
|||
client.background #F8F8F2
|
||||
|
||||
bar {
|
||||
font pango:Iosevka Nerd Font 10
|
||||
font pango:Iosevka Nerd Font 12
|
||||
position top
|
||||
status_command i3status-rs
|
||||
separator_symbol |
|
||||
|
|
Loading…
Add table
Reference in a new issue