minor fixes - rsync and stuff now works
This commit is contained in:
parent
6cddb84903
commit
af15e05858
2 changed files with 39 additions and 37 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
if status is-interactive
|
||||||
# Stuff be used in init for any shell
|
# Stuff be used in init for any shell
|
||||||
|
|
||||||
# docker/podman stuff
|
# docker/podman stuff
|
||||||
|
@ -58,3 +59,4 @@ else:
|
||||||
exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
|
exit(subprocess.getstatusoutput(f'git remote set-url {remote} {new_url}')[0])\""
|
||||||
|
|
||||||
alias tf2='cd ~/.local/share/Steam/steamapps/common/Team\ Fortress\ 2/; ~/.steam/steam/ubuntu12_64/steam-runtime-sniper/run ./tf.sh -- -windowed -w 1280 -h 720 -secure -steam'
|
alias tf2='cd ~/.local/share/Steam/steamapps/common/Team\ Fortress\ 2/; ~/.steam/steam/ubuntu12_64/steam-runtime-sniper/run ./tf.sh -- -windowed -w 1280 -h 720 -secure -steam'
|
||||||
|
end
|
||||||
|
|
|
@ -25,7 +25,7 @@ for_window [window_role="pop-up"] floating enable
|
||||||
for_window [window_role="task_dialog"] floating enable
|
for_window [window_role="task_dialog"] floating enable
|
||||||
|
|
||||||
# shutdown / restart / suspend...
|
# shutdown / restart / suspend...
|
||||||
set $lockwall "swaylock -i ~/.config/sway/backgrounds/2560x1440.png"
|
set $lockwall "swaylock -i ~/.config/sway/backgrounds/widthxheight.png"
|
||||||
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown, (u) suspend
|
set $mode_system System (l) lock, (e) logout, (r) reboot, (s) shutdown, (u) suspend
|
||||||
|
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
|
|
Loading…
Reference in a new issue