mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-07-06 21:19:24 -04:00
update hypr config
This commit is contained in:
parent
c006891022
commit
d39fc4a8c9
8 changed files with 93 additions and 31 deletions
48
dot_config/hypr/pyprland.toml
Normal file
48
dot_config/hypr/pyprland.toml
Normal file
|
@ -0,0 +1,48 @@
|
|||
[pyprland]
|
||||
plugins = [
|
||||
"scratchpads",
|
||||
"lost_windows",
|
||||
"monitors",
|
||||
"toggle_dpms",
|
||||
"magnify",
|
||||
"expose",
|
||||
"shift_monitors",
|
||||
]
|
||||
|
||||
[monitors.placement]
|
||||
"AOC".rightOf = "ViewSonic"
|
||||
|
||||
[workspaces_follow_focus]
|
||||
max_workspaces = 8
|
||||
|
||||
[expose]
|
||||
include_special = false
|
||||
|
||||
[scratchpads.term]
|
||||
animation = "fromTop"
|
||||
command = "foot -a foot-dropterm"
|
||||
class = "foot-dropterm"
|
||||
size = "75% 60%"
|
||||
|
||||
[scratchpads.obsidian]
|
||||
animation = "fromTop"
|
||||
command = "obsidian"
|
||||
class = "obsidian"
|
||||
size = "80% 80%"
|
||||
|
||||
[scratchpads.logseq]
|
||||
animation = "fromTop"
|
||||
command = "flatpak run com.logseq.Logseq"
|
||||
match_by = "class"
|
||||
class = "Logseq"
|
||||
size = "80% 80%"
|
||||
# process_tracking = false
|
||||
class_match = true
|
||||
|
||||
[scratchpads.volume]
|
||||
animation = "fromRight"
|
||||
command = "pavucontrol"
|
||||
class = "org.pulseaudio.pavucontrol"
|
||||
lazy = true
|
||||
size = "40% 90%"
|
||||
unfocus = "hide"
|
Loading…
Add table
Add a link
Reference in a new issue