feat: Move to anyrun
This commit is contained in:
parent
a03d159973
commit
7ff61a42c6
21 changed files with 99 additions and 88 deletions
2
hypr_desktop/hyprdock.toml
Normal file
2
hypr_desktop/hyprdock.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
monitor_name = 'whatever'
|
||||
utility_command = "echo 'henlo' ;; echo 'pingpang'"
|
||||
|
|
@ -92,7 +92,7 @@ misc {
|
|||
# for windows named/classed as abc and xyz
|
||||
windowrule=tile,^(.*)(Spotify)(.*)$
|
||||
windowrule=float,^(.*)(Steam)(.*)$
|
||||
windowrule=float,^(.*)(Calculator)(.*)$
|
||||
windowrule=float,^(.*)(OxiCalc)(.*)$
|
||||
windowrule=float,^(.*)(winecfg.exe)(.*)$
|
||||
windowrule=float,^(.*)(speed.exe)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
|
|
@ -119,10 +119,11 @@ bind=SUPER,M,exit,
|
|||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,B,fullscreen,
|
||||
bind=SUPER,R,exec,rofi -show drun -theme tokyonight
|
||||
bind=SUPERSHIFT,R,exec,rofi -show run -theme tokyonight
|
||||
bind=SUPER,R,exec,anyrun
|
||||
# bind=SUPER,R,exec,rofi -show drun -theme tokyonight
|
||||
# bind=SUPERSHIFT,R,exec,rofi -show run -theme tokyonight
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPER,G,exec,calculator --gui
|
||||
bind=SUPER,G,exec,oxicalc
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue