mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
hyperland: update config
This commit is contained in:
parent
404ff585f1
commit
d5f7cd2a6e
1 changed files with 7 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ $color_active_border = $color_border
|
|||
$color_inactive_border = $color_border
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = ghostty
|
||||
$terminal = alacritty
|
||||
$menu = wofi --show drun
|
||||
$run_prog = wofi --show run
|
||||
$screenshot = grim -g "$(slurp)" - | wl-copy
|
||||
|
|
@ -69,11 +69,10 @@ decoration {
|
|||
|
||||
animations {
|
||||
enabled = yes
|
||||
animation = windows, 1, 2, default
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 0, 0, default
|
||||
animation = borderangle, 0, 0, default
|
||||
animation = fade, 0, 0, default
|
||||
animation = windows, 0
|
||||
animation = border, 0
|
||||
animation = borderangle, 0
|
||||
animation = fade, 0
|
||||
animation = workspaces, 1, 1, default
|
||||
}
|
||||
|
||||
|
|
@ -106,7 +105,7 @@ debug {
|
|||
# Workspaces and windows
|
||||
# -----------------------------------------
|
||||
|
||||
workspace = 1, monitor:DP-1, default: true
|
||||
workspace = 1, monitor:DP-1, default:true
|
||||
workspace = 2, monitor:DP-1
|
||||
workspace = 3, monitor:DP-1
|
||||
workspace = 4, monitor:DP-1
|
||||
|
|
@ -114,7 +113,7 @@ workspace = 5, monitor:DP-1
|
|||
workspace = 6, monitor:DP-1
|
||||
workspace = 7, monitor:DP-1
|
||||
workspace = 8, monitor:DP-1
|
||||
workspace = 9, monitor:HDMI-A-1, default: true
|
||||
workspace = 9, monitor:HDMI-A-1, default:true
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = workspace 2, class:firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue