aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-05-19 21:43:30 +0200
committerDavid Runge <dave@sleepmap.de>2019-05-19 21:43:30 +0200
commitabff00fd019ec877f73e23936e7fcf34c68e4259 (patch)
treee4233fa0628a10e4d4fe0800583b5fa5ac25162c /bin
parenta662e174587c030a6b9ac234be771a02e33f9070 (diff)
downloaddotfiles-abff00fd019ec877f73e23936e7fcf34c68e4259.tar.gz
dotfiles-abff00fd019ec877f73e23936e7fcf34c68e4259.tar.bz2
dotfiles-abff00fd019ec877f73e23936e7fcf34c68e4259.tar.xz
dotfiles-abff00fd019ec877f73e23936e7fcf34c68e4259.zip
bin/startsway: Removing verbosity from sway call.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/startsway2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/startsway b/bin/startsway
index 70366e0..3dc12b8 100755
--- a/bin/startsway
+++ b/bin/startsway
@@ -9,4 +9,4 @@ config="$HOME/.config/sway/config"
if [ -f "$HOME/.config/sway/$(hostname)" ]; then
config="$HOME/.config/sway/$(hostname)"
fi
-/usr/bin/sway -V -c "$config" > "$HOME/.log/sway.log" 2>&1
+/usr/bin/sway -c "$config" > "$HOME/.log/sway.log" 2>&1