some changes (also have pretty fast hyprland animations now!)
This commit is contained in:
parent
44034ef61a
commit
fe875b3321
2 changed files with 96 additions and 54 deletions
|
@ -4,7 +4,10 @@
|
|||
# │ and setup my hyprland environment │
|
||||
# ╰───────────────────────────────────────────────────╯
|
||||
|
||||
|
||||
# ╭──────────╮
|
||||
# │ security │
|
||||
# ╰──────────╯
|
||||
# permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
|
||||
# ╭──────────────╮
|
||||
# │ Source files │
|
||||
# ╰──────────────╯
|
||||
|
@ -17,6 +20,10 @@ $h_conf = ~/.config/hypr
|
|||
#│ > $main <- this should contain the main monitor (e.g. DP-1 or HDMI-A-1..) │
|
||||
#│ > $secondary <- This is just the second monitor │
|
||||
#╰───────────────────────────────────────────────────────────────────────────╯
|
||||
|
||||
# ─< 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
|
||||
|
@ -38,9 +45,6 @@ workspace = 69, monitor:$main, persistent:true, allow-tearing:true, gapsin:0, ga
|
|||
# ────────────────────────────────────────< specials >────────────────────────────────────────
|
||||
workspace = special:magic, monitor:$main, on-created-empty:$terminal, border:0
|
||||
|
||||
# ─< source hotkeys file for hyprland >──────────────────────────────────────────────────────
|
||||
source = $h_conf/hotkeys.conf
|
||||
|
||||
# ─< initialisation script >─────────────────────────────────────────────────────────────────
|
||||
exec-once = $h_conf/.scripts/init.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue