test
This commit is contained in:
21
homes/nathan/home-manager/dotfiles/hypr/pypr.conf
Normal file
21
homes/nathan/home-manager/dotfiles/hypr/pypr.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
$scratchpadsize = size (monitor_w*0.6) (monitor_h*0.8)
|
||||
|
||||
$kitty = ^(scratchpad-kitty)$
|
||||
windowrule = float on, match:class $kitty
|
||||
windowrule = $scratchpadsize, match:class $kitty
|
||||
windowrule = workspace special silent, match:class $kitty
|
||||
|
||||
$files = ^(scratchpad-files)$
|
||||
windowrule = float on, match:class $files
|
||||
windowrule = $scratchpadsize, match:class $files
|
||||
windowrule = workspace special silent, match:class $files
|
||||
|
||||
$cal = ^(scratchpad-cal)$
|
||||
windowrule = float on, match:class $cal
|
||||
windowrule = $scratchpadsize, match:class $cal
|
||||
windowrule = workspace special silent, match:class $cal
|
||||
|
||||
bind = $mainMod, semicolon, exec, pypr toggle files
|
||||
bind = $mainMod, E, exec, pypr toggle kitty
|
||||
bind = $mainMod, C, exec, pypr toggle calendar
|
||||
Reference in New Issue
Block a user