commit 272c8d961f242d23bd77052c36e21d7c4a7b901e parent 75a58773264c02d2cd5b213b5e96282edc82126c Author: Ashymad <czilukim@o2.pl> Date: Sat, 24 Feb 2018 00:28:19 +0100 Move x settings back to .xprofile Diffstat:
| M | .i3/config | | | 2 | -- |
| A | .xprofile | | | 5 | +++++ |
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.i3/config b/.i3/config @@ -127,8 +127,6 @@ 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 @@ -0,0 +1,5 @@ +#!/bin/sh + +xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 +setxkbmap -option caps:super +xrandr --dpi 144