From 8e74afce6dba9ad2761bad9ab36335cb27f0fab8 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Tue, 18 Dec 2018 22:22:44 +0200 Subject: [PATCH] .xsession to .xprofile --- .config/compton.conf | 2 -- .xinitrc | 6 ++---- .xprofile | 5 +++++ .xsession | 5 ----- 4 files changed, 7 insertions(+), 11 deletions(-) mode change 100644 => 100755 .xinitrc create mode 100755 .xprofile delete mode 100644 .xsession diff --git a/.config/compton.conf b/.config/compton.conf index 5cef009..e85a66d 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -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"; diff --git a/.xinitrc b/.xinitrc old mode 100644 new mode 100755 index c214fd7..1c2fb95 --- a/.xinitrc +++ b/.xinitrc @@ -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 diff --git a/.xprofile b/.xprofile new file mode 100755 index 0000000..0456460 --- /dev/null +++ b/.xprofile @@ -0,0 +1,5 @@ +#!/bin/sh + +wal -R & +xset +fp ~/.local/share/fonts & +xset fp rehash & diff --git a/.xsession b/.xsession deleted file mode 100644 index f6b97ce..0000000 --- a/.xsession +++ /dev/null @@ -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 &