Test
This commit is contained in:
parent
8e873a02c7
commit
cc345d01a2
2 changed files with 9 additions and 13 deletions
|
@ -73,17 +73,12 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
animations {
|
animations {
|
||||||
# https://wiki.hyprland.org/Configuring/Animations/
|
# https://wiki.hyprland.org/Configuring/Animations/ enabled = true
|
||||||
enabled = true
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 7,
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
myBezier animation = windowsOut, 1, 7, default, popin 80% animation =
|
||||||
animation = windows, 1, 7, myBezier
|
border, 1, 10, default animation = borderangle, 1, 8, default
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = fade, 1, 7, default animation = workspaces, 1, 6, default
|
||||||
animation = border, 1, 10, default
|
} dwindle {
|
||||||
animation = borderangle, 1, 8, default
|
|
||||||
animation = fade, 1, 7, default
|
|
||||||
animation = workspaces, 1, 6, default
|
|
||||||
}
|
|
||||||
dwindle {
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # you probably want this
|
preserve_split = true # you probably want this
|
||||||
|
@ -170,7 +165,8 @@
|
||||||
bind = $mainMod, S, exec, steam
|
bind = $mainMod, S, exec, steam
|
||||||
|
|
||||||
# Lock the screen, send to swaylock and pause music
|
# Lock the screen, send to swaylock and pause music
|
||||||
bind = $mainMod, L, exec, playerctl pause && sleep 0.5 && swaylock
|
bind = $mainMod, L, exec, swaylock
|
||||||
|
bind = $mainMod, L, exec, playerctl pause
|
||||||
|
|
||||||
# to switch between windows in a floating workspace
|
# to switch between windows in a floating workspace
|
||||||
bind = $mainMod ,Tab, cyclenext, # change focus to another window
|
bind = $mainMod ,Tab, cyclenext, # change focus to another window
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
;; Themes - Test
|
;; Themes - Test
|
||||||
(package! gruvbox-theme)
|
(package! gruvbox-theme)
|
||||||
(package! doom-pine)
|
(package! forest-blue-theme)
|
||||||
|
|
Loading…
Reference in a new issue