diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-27 21:11:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-27 21:11:39 +0200 |
commit | 8e97cff50b77a5c381447e675ea448865aa69d74 (patch) | |
tree | 0334953d72201a7987d41d0df8d2ea9f1b06c76a /.config/x11 | |
parent | 5f6c5f827e1789f27339e2f0e63d298cecb039d8 (diff) |
Bug fix in PATH export, added some of Luke's scripts
Diffstat (limited to '.config/x11')
-rwxr-xr-x | .config/x11/xprofile | 5 | ||||
-rwxr-xr-x | .config/x11/xresources | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index d7404fe..d341451 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,12 +3,13 @@ # This file runs when a DM logs you into a graphical session. # If you use startx/xinit like a Chad, this file will also be sourced. -dwmblocks & # Status bar setbg & # Set the background with the `setbg` script -xcompmgr & # xcompmgr for transparency +# xcompmgr & # xcompmgr for transparency xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle xbanish & # Remove mouse when typing +dwmblocks & # Status bar +echo $PATH > /tmp/path.dbg # This line autostart an instance of Pulseaudio that does not exit on idle. # This is "necessary" on Artix due to a current bug between PA and diff --git a/.config/x11/xresources b/.config/x11/xresources index df7071f..84b231b 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -1,5 +1,5 @@ -!! Transparency (0-1): -*.alpha: 1.0 - -!! Set a default font and font size as below: -*.font: monospace:size=10 +/* !! Transparency (0-1): */ +/* *.alpha: 1.0 */ +/* */ +/* !! Set a default font and font size as below: */ +/* *.font: monospace:size=10 */ |