hyprland config
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad-nvim -e nvim ~/Projects"
|
||||
lazy = false
|
||||
class = "scratchpad-nvim"
|
||||
class = "scratchpad"
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
[scratchpads.free]
|
||||
[scratchpads.kitty]
|
||||
animation = "fromBottom"
|
||||
command = "kitty --class scratchpad -e tmux"
|
||||
class = "scratchpad"
|
||||
@@ -20,3 +20,12 @@
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
[scratchpads.calendar]
|
||||
animation = "fromTop"
|
||||
command = "kitty --class scratchpad -e calcurse"
|
||||
class = "scratchpad"
|
||||
lazy = false
|
||||
margin = 100
|
||||
multi = true
|
||||
excludes = "*"
|
||||
|
||||
Reference in New Issue
Block a user