Compare commits
3 commits
e2310f6941
...
cbec3e1dc6
Author | SHA1 | Date | |
---|---|---|---|
cbec3e1dc6 | |||
e916e89404 | |||
1822bd280c |
4 changed files with 10 additions and 5 deletions
|
@ -25,4 +25,5 @@ bin/lock
|
|||
.config/swaylock
|
||||
.config/kanshi
|
||||
.config/mako
|
||||
.local/share/icons/default/index.theme
|
||||
{{- end }}
|
||||
|
|
4
home/dot_local/share/icons/default/index.theme
Normal file
4
home/dot_local/share/icons/default/index.theme
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Icon Theme]
|
||||
Name=Default
|
||||
Inherits=catppuccin-mocha-dark-cursors
|
||||
|
|
@ -1,13 +1,12 @@
|
|||
# let kanshi handle it
|
||||
monitor=,preferred,auto,1
|
||||
# monitor=eDP-1,1920x1200,1920x0,1
|
||||
# monitor=DP-3,1920x1080,0x0,1
|
||||
|
||||
# Some default env vars.
|
||||
# env = GDK_SCALE,2
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYRPCURSOR_THEME,catppuccin-mocha-dark-cursors
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
# env = GTK_THEME, Catppuccin-Mocha-Standard-Rosewater-Dark
|
||||
env = NIXOS_OZONE_WL,1 # should this go somewhere else?
|
||||
|
||||
debug {
|
||||
disable_logs = false
|
||||
|
@ -67,7 +66,7 @@ gestures {
|
|||
misc {
|
||||
disable_autoreload = true
|
||||
disable_splash_rendering = true
|
||||
force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers
|
||||
force_default_wallpaper = 0 # Set tjo 0 to disable the anime mascot wallpapers
|
||||
}
|
||||
|
||||
animation=windows,1,5,default,popin 80%
|
||||
|
|
|
@ -4,6 +4,7 @@ zstyle ':antidote:bundle' file ${ZDOTDIR:-~}/.zplugins
|
|||
zstyle ':antidote:static' file ${ZDOTDIR:-~}/.zplugins.zsh
|
||||
zstyle ':antidote:bundle' use-friendly-names 'yes'
|
||||
zstyle ':antidote:bundle:*' zcompile 'yes'
|
||||
zstyle ':antidote:static:*' zcompile 'yes'
|
||||
zstyle ':antidote:plugin:*' defer-options '-p'
|
||||
|
||||
# Set this to whatever you want to use to edit a command
|
||||
|
|
Loading…
Reference in a new issue