Speed up animations and ghostty
This commit is contained in:
parent
2fd21c8c6a
commit
8cc18576d0
3 changed files with 10 additions and 7 deletions
|
|
@ -12,10 +12,10 @@ animations {
|
|||
animation = layersOut, 1, 4, emphasizedAccel, slide
|
||||
animation = fadeLayers, 1, 5, standard
|
||||
|
||||
animation = windowsIn, 1, 5, emphasizedDecel
|
||||
animation = windowsOut, 1, 3, emphasizedAccel
|
||||
animation = windowsMove, 1, 6, standard
|
||||
animation = workspaces, 1, 5, standard
|
||||
animation = windowsIn, 1, 0.7, emphasizedDecel
|
||||
animation = windowsOut, 1, 0.5, emphasizedAccel
|
||||
animation = windowsMove, 1, 1, standard
|
||||
animation = workspaces, 1, 1, standard
|
||||
|
||||
animation = specialWorkspace, 1, 4, specialWorkSwitch, slidefadevert 15%
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
monitor = HDMI-A-2, 1920x1080@60, 0x0, 1
|
||||
monitor = HDMI-A-1, 1920x1080@60, 1920x156, 1
|
||||
|
||||
$terminal = ghostty
|
||||
$fileExplorer = ghostty -e fish -C yazi
|
||||
$editor = ghostty -e fish -C hx
|
||||
$terminal = ghostty --gtk-single-instance=true
|
||||
$fileExplorer = ghostty --gtk-single-instance=true -e fish -C yazi
|
||||
$editor = ghostty --gtk-single-instance=true -e fish -C hx
|
||||
|
||||
workspace= name:1, monitor:HDMI-A-2
|
||||
|
||||
|
|
|
|||
|
|
@ -29,3 +29,6 @@ exec-once = caelestia shell -d
|
|||
|
||||
# Random Wallpaper
|
||||
exec-once = caelestia wallpaper -r
|
||||
|
||||
# Fast Ghostty
|
||||
exec-once = ghostty --gtk-single-instance=true --quit-after-last-window-closed=false --initial-window=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue