some fixes, and addet blur for wlogout
This commit is contained in:
parent
a5ade25b8d
commit
d401d73c2f
2 changed files with 7 additions and 14 deletions
|
@ -23,10 +23,10 @@ $h_conf = ~/.config/hypr
|
|||
|
||||
# ─< source hotkeys file for hyprland >──────────────────────────────────────────────────────
|
||||
source = $h_conf/hotkeys.conf
|
||||
|
||||
source = $HOME/.monitors.conf
|
||||
# variable for specialworkspace (has to be configured in .monitors.conf like -> 'workspace = name:x, on-created-empty:$terminal')
|
||||
$terminal = foot
|
||||
# variable for specialworkspace (has to be configured in .monitors.conf like -> 'workspace = name:x, on-created-empty:$terminal')
|
||||
|
||||
# $terminal = foot
|
||||
# $browser = zen-browser
|
||||
|
||||
# $secondary = $main # <- Uncomment this, if you only have one monitor
|
||||
|
@ -41,7 +41,7 @@ workspace = 7, monitor:$secondary
|
|||
workspace = 8, monitor:$secondary
|
||||
workspace = 9, monitor:$main, persistent:true, allow-tearing:true
|
||||
# ─< Gaming workspace >──────────────────────────────────────────────────────────────────────
|
||||
workspace = 69, monitor:$main, persistent:true, allow-tearing:true, gapsin:0, gapsout:0, rounding:0, border:0, blur_enabled:0
|
||||
workspace = 69, monitor:$main, persistent:true, allow-tearing:true, gapsin:0, gapsout:0, rounding:0, border:0
|
||||
|
||||
# ────────────────────────────────────────< specials >────────────────────────────────────────
|
||||
workspace = special:magic, monitor:$main, on-created-empty:$terminal, border:0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue