.xsession to .xprofile
This commit is contained in:
parent
7e93195bb1
commit
8e74afce6d
|
|
@ -4,7 +4,6 @@ vsync = "opengl-swc";
|
||||||
shadow = true;
|
shadow = true;
|
||||||
no-dock-shadow = true;
|
no-dock-shadow = true;
|
||||||
no-dnd-shadow = true;
|
no-dnd-shadow = true;
|
||||||
clear-shadow = true;
|
|
||||||
menu-opacity = 0.8;
|
menu-opacity = 0.8;
|
||||||
inactive-opacity = 0.9;
|
inactive-opacity = 0.9;
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
|
|
@ -66,7 +65,6 @@ detect-rounded-corners = true;
|
||||||
detect-client-opacity = true;
|
detect-client-opacity = true;
|
||||||
refresh-rate = 0;
|
refresh-rate = 0;
|
||||||
dbe = false;
|
dbe = false;
|
||||||
paint-on-overlay = true;
|
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
glx-swap-method = "undefined";
|
glx-swap-method = "undefined";
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||||
wal -R
|
wal -R
|
||||||
xinput set-prop 9 289 1
|
xset +fp ~/.local/share/fonts &
|
||||||
xinput set-prop 9 297 1
|
xset fp rehash &
|
||||||
xinput set-prop 14 307 1
|
|
||||||
xinput set-prop 14 289 1
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
wal -R &
|
||||||
|
xset +fp ~/.local/share/fonts &
|
||||||
|
xset fp rehash &
|
||||||
Loading…
Reference in New Issue