Compare commits
No commits in common. "d65939e2651052e05bfd0bf6e99a514133c99f2d" and "049246a1cbe2ca18acced8316f96d65df356b0e7" have entirely different histories.
d65939e265
...
049246a1cb
3 changed files with 2 additions and 8 deletions
|
@ -14,8 +14,6 @@ export MACHINE_START_SWAY=false # Whether to start Sway from bash
|
||||||
# Source machine-specific config
|
# Source machine-specific config
|
||||||
[[ -f ~/.machine_config ]] && source ~/.machine_config
|
[[ -f ~/.machine_config ]] && source ~/.machine_config
|
||||||
|
|
||||||
alias ssh="TERM=xterm-256color ssh"
|
|
||||||
|
|
||||||
# SSH without checking or adding host keys to known_hosts
|
# SSH without checking or adding host keys to known_hosts
|
||||||
# Useful for cloud server rescue environment & installation
|
# Useful for cloud server rescue environment & installation
|
||||||
alias sshtmp="ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no'"
|
alias sshtmp="ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no'"
|
||||||
|
|
1
rime/.local/share/fcitx5/rime/.gitignore
vendored
1
rime/.local/share/fcitx5/rime/.gitignore
vendored
|
@ -2,4 +2,3 @@ build/
|
||||||
installation.yaml
|
installation.yaml
|
||||||
*.userdb/
|
*.userdb/
|
||||||
user.yaml
|
user.yaml
|
||||||
sync
|
|
||||||
|
|
|
@ -273,6 +273,8 @@ client.focused_inactive 00000000 #bdae93 #282828 00000000
|
||||||
# This is annoying -- just turn it off
|
# This is annoying -- just turn it off
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
|
for_window [app_id="pavucontrol"] floating enable
|
||||||
|
|
||||||
# Start the systemd-user target for sway and import environment
|
# Start the systemd-user target for sway and import environment
|
||||||
# Makes service management a bit cleaner
|
# Makes service management a bit cleaner
|
||||||
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
||||||
|
@ -283,8 +285,3 @@ exec_always dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||||
# Restart kanshi if it is running
|
# Restart kanshi if it is running
|
||||||
# This restores monitor configuration on reload
|
# This restores monitor configuration on reload
|
||||||
exec_always "systemctl --user is-active kanshi && systemctl --user restart kanshi"
|
exec_always "systemctl --user is-active kanshi && systemctl --user restart kanshi"
|
||||||
|
|
||||||
# Floating window rules
|
|
||||||
for_window [app_id="pavucontrol"] floating enable
|
|
||||||
for_window [app_id="qalculate-qt"] floating enable, resize set width 800 px height 800 px, opacity 1
|
|
||||||
for_window [app_id="thunderbird" title="Write.*"] floating enable, resize set width 800 px height 800 px
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue