diff options
author | Guangxiong Lin <[email protected]> | 2022-06-19 23:56:13 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-06-19 23:56:13 +0800 |
commit | b5d772f01e410d4fe0dcdc661c958657fbf0ca28 (patch) | |
tree | 54d3a01f991613df21e2e94ae4085d9b350a7308 /bin/autostart | |
parent | 36286917b3e209fc4556d7350c065aee55a6f7ec (diff) | |
download | dotfiles-b5d772f01e410d4fe0dcdc661c958657fbf0ca28.tar.gz dotfiles-b5d772f01e410d4fe0dcdc661c958657fbf0ca28.tar.bz2 dotfiles-b5d772f01e410d4fe0dcdc661c958657fbf0ca28.zip |
Switch to swaywm
Diffstat (limited to 'bin/autostart')
-rwxr-xr-x | bin/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart index 29b1d25..ac4bc3a 100755 --- a/bin/autostart +++ b/bin/autostart @@ -7,3 +7,5 @@ [ -f /usr/bin/udiskie ] && udiskie -a -n -s & [ -f /usr/bin/clipmenud ] && clipmenud & + +[ -x "$HOME/.local/autostart" ] && "$HOME/.local/autostart" |