Compare commits

..

2 Commits

Author SHA1 Message Date
AgxCOy 55e575d43e nwjs (for web games like rpgmaker builds) config. 2025-12-02 03:19:10 +08:00
AgxCOy b8f9be7da5 Revert "to make sure terminal histories are always DROPPED when reboot."
This reverts commit e466c25a3c.
2025-12-02 03:15:06 +08:00
2 changed files with 10 additions and 7 deletions
+10
View File
@@ -222,6 +222,16 @@ window-rule {
open-floating true open-floating true
} }
window-rule {
match app-id="nwjs"
default-column-width { proportion 0.85; }
default-window-height { proportion 0.9; }
open-floating true
block-out-from "screencast"
}
window-rule { window-rule {
match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.keepassxc\.KeePassXC$"#
match app-id=r#"^org\.gnome\.World\.Secrets$"# match app-id=r#"^org\.gnome\.World\.Secrets$"#
-7
View File
@@ -6,13 +6,6 @@ mkdir -p /tmp/$USER
ln -s /tmp/$USER $HOME/.tmp ln -s /tmp/$USER $HOME/.tmp
} }
# [[ -L ~/.zhistory && -L ~/.zsh_history && -L ~/.bash_history ]] || {
touch /run/user/$UID/.history
ln -sf /run/user/$UID/.history ~/.zhistory
ln -sf /run/user/$UID/.history ~/.zsh_history
ln -sf /run/user/$UID/.history ~/.bash_history
# }
# avoid dumplicate env appending. # avoid dumplicate env appending.
# [[ -f /run/user/$UID/.zshlogon ]] && return # [[ -f /run/user/$UID/.zshlogon ]] && return
# touch /run/user/$UID/.zshlogon # touch /run/user/$UID/.zshlogon