Compare commits

..

2 Commits

2 changed files with 10 additions and 7 deletions

View File

@@ -222,6 +222,16 @@ window-rule {
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 {
match app-id=r#"^org\.keepassxc\.KeePassXC$"#
match app-id=r#"^org\.gnome\.World\.Secrets$"#

View File

@@ -6,13 +6,6 @@ mkdir -p /tmp/$USER
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.
# [[ -f /run/user/$UID/.zshlogon ]] && return
# touch /run/user/$UID/.zshlogon