mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:53:01 +01:00
add wired shortcuts to i3 config
This commit is contained in:
parent
72a53b67f1
commit
dfe82aa7b0
1 changed files with 5 additions and 0 deletions
|
@ -232,6 +232,11 @@ bindsym Print exec flameshot gui
|
||||||
bindsym $mod+t exec picom-trans -c -10
|
bindsym $mod+t exec picom-trans -c -10
|
||||||
bindsym $mod+Shift+t exec picom-trans -c +10
|
bindsym $mod+Shift+t exec picom-trans -c +10
|
||||||
|
|
||||||
|
# wired controls
|
||||||
|
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
|
||||||
|
|
||||||
# dracula theme
|
# dracula theme
|
||||||
# class border bground text indicator child_border
|
# class border bground text indicator child_border
|
||||||
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
||||||
|
|
Loading…
Reference in a new issue