This commit is contained in:
albert 2023-11-20 15:06:20 +09:00
parent 8e873a02c7
commit cc345d01a2
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 9 additions and 13 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
;; Themes - Test ;; Themes - Test
(package! gruvbox-theme) (package! gruvbox-theme)
(package! doom-pine) (package! forest-blue-theme)