lf
This commit is contained in:
@@ -241,17 +241,17 @@ windowrulev2 = float, $kitty
|
||||
windowrulev2 = $scratchpadsize, $kitty
|
||||
windowrulev2 = workspace special silent, $kitty
|
||||
|
||||
$nvim = class:^(scratchpad-nvim)$
|
||||
windowrulev2 = float, $nvim
|
||||
windowrulev2 = $scratchpadsize, $nvim
|
||||
windowrulev2 = workspace special silent, $nvim
|
||||
$lf = class:^(scratchpad-lf)$
|
||||
windowrulev2 = float, $lf
|
||||
windowrulev2 = $scratchpadsize, $lf
|
||||
windowrulev2 = workspace special silent, $lf
|
||||
|
||||
$cal = class:^(scratchpad-cal)$
|
||||
windowrulev2 = float, $cal
|
||||
windowrulev2 = $scratchpadsize, $cal
|
||||
windowrulev2 = workspace special silent, $cal
|
||||
|
||||
bind = $mainMod, N, exec, colorPrefix pypr toggle nvim
|
||||
bind = $mainMod, N, exec, colorPrefix pypr toggle lf
|
||||
bind = $mainMod, E, exec, colorPrefix pypr toggle kitty
|
||||
bind = $mainMod, C, exec, colorPrefix pypr toggle calendar
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[pyprland]
|
||||
plugins = [
|
||||
"scratchpads"
|
||||
"scratchpads"
|
||||
]
|
||||
|
||||
[scratchpads.nvim]
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad-nvim -e nvim ~/Projects"
|
||||
command = "kitty --class scratchpad-lf -e lf ~"
|
||||
lazy = false
|
||||
class = "scratchpad-nvim"
|
||||
class = "scratchpad-lf"
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
Reference in New Issue
Block a user