.xsession to .xprofile

This commit is contained in:
Harri Lahtinen 2018-12-18 22:22:44 +02:00
parent 7e93195bb1
commit 8e74afce6d
4 changed files with 7 additions and 11 deletions

View File

@ -4,7 +4,6 @@ vsync = "opengl-swc";
shadow = true;
no-dock-shadow = true;
no-dnd-shadow = true;
clear-shadow = true;
menu-opacity = 0.8;
inactive-opacity = 0.9;
active-opacity = 1;
@ -66,7 +65,6 @@ detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
dbe = false;
paint-on-overlay = true;
glx-no-stencil = true;
glx-copy-from-front = false;
glx-swap-method = "undefined";

6
.xinitrc Normal file → Executable file
View File

@ -1,8 +1,6 @@
#!/bin/bash
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
wal -R
xinput set-prop 9 289 1
xinput set-prop 9 297 1
xinput set-prop 14 307 1
xinput set-prop 14 289 1
xset +fp ~/.local/share/fonts &
xset fp rehash &
exec i3

5
.xprofile Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
wal -R &
xset +fp ~/.local/share/fonts &
xset fp rehash &

View File

@ -1,5 +0,0 @@
#xinput set-prop 'SYNA2B39:00 06CB:8459 Touchpad' 288 1
#xinput set-prop 'SYNA2B39:00 06CB:8459 Touchpad' 296 1
wal -R
xset +fp ~/.local/share/fonts &
xset fp rehash &