.xsession to .xprofile
This commit is contained in:
parent
7e93195bb1
commit
8e74afce6d
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
wal -R &
|
||||
xset +fp ~/.local/share/fonts &
|
||||
xset fp rehash &
|
||||
Loading…
Reference in New Issue