chore: add binds for copyq
This commit is contained in:
parent
c17ff64749
commit
b1290d78a6
2 changed files with 6 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ windowrule=float,^(.*)(Steam)(.*)$
|
|||
windowrule=float,^(.*)(Calculator)(.*)$
|
||||
windowrule=float,^(.*)(winecfg.exe)(.*)$
|
||||
windowrule=float,^(.*)(speed.exe)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
windowrule=center,^(.*)(gnome)(.*)$
|
||||
# windowrule=windowdance,^(.*)(ota)(.*)$
|
||||
windowrule=forceinput,^(.*)(ota)(.*)$
|
||||
|
|
@ -129,6 +130,8 @@ bind=,XF86AudioPrev,exec, playerctl previous
|
|||
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
||||
bind=SUPER,D,exec,$HOME/.config/eww/scripts/cockpit_toggle
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
|
||||
|
||||
binde=SUPER,bracketleft,movefocus,l
|
||||
binde=SUPER,bracketright,movefocus,r
|
||||
|
|
@ -179,6 +182,7 @@ bind=SUPERALT,left,pass,^(wlroots)$
|
|||
bind=SUPERALT,right,pass,^(wlroots)$
|
||||
bind=SUPERALT,up,pass,^(wlroots)$
|
||||
bind=SUPERALT,down,pass,^(wlroots)$
|
||||
bind=CTRLALT,P,pass,^(parcellite)$
|
||||
|
||||
|
||||
#autostart programs
|
||||
|
|
@ -190,3 +194,4 @@ exec-once=eww open bar
|
|||
exec-once=element-desktop
|
||||
exec-once=firefox
|
||||
exec-once=streamdeck -n
|
||||
exec-once = copyq --start-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue