diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-11-26 23:24:35 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-11-26 23:24:35 -0500 |
commit | 7ae706778ea86251f3711b5defa83e975dc6be81 (patch) | |
tree | 5754fe5309ba40d699ee967d59ec96ad4436c13c /.config/sway/config | |
parent | 14a891ed00683b551c03d2beebf5f31c6d2e5b5e (diff) | |
download | dotfiles-7ae706778ea86251f3711b5defa83e975dc6be81.tar.xz dotfiles-7ae706778ea86251f3711b5defa83e975dc6be81.zip |
add gitconfig
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index a2f4b96..ccb6f0b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -185,4 +185,4 @@ for_window [class="pwcview"] floating enable ; sticky enable for_window [title="wpgtk*"] floating enable ## STARTUP -exec_always sh /usr/home/atc/.config/wpg/wp-init.sh +exec_always sh /home/atc/.config/wpg/wp-init.sh |