commit 5f457826bbf8a3f2c522eb37222c2001cf04e15d parent debfae6b160406e4a6f049e3e38e85b6a1c9a386 Author: Ashymad <czilukim@o2.pl> Date: Thu, 22 Feb 2018 17:51:26 +0100 Move startup settings to i3 config Diffstat:
| M | .i3/config | | | 2 | ++ |
| D | .xprofile | | | 3 | --- |
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.i3/config b/.i3/config @@ -127,6 +127,8 @@ client.urgent #383a3b #383a3b #ee0000 #383a3b for_window [instance="polybar"] gaps inner 0 for_window [instance="mpv"] pixel 0 +exec --no-startup-id xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 +exec --no-startup-id setxkbmap -option caps:super exec --no-startup-id redshift-gtk exec --no-startup-id ~/.fehbg exec --no-startup-id light-locker diff --git a/.xprofile b/.xprofile @@ -1,3 +0,0 @@ -xbindkeys -xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 -setxkbmap -option caps:super