diff options
author | noa@gaiwan.org | 2024-03-18 23:34:19 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-03-18 23:34:19 +0000 |
commit | d73eea18892a877433c8ae04f9514cd6f49c4e74 (patch) | |
tree | 45efe9fda58d69fe79e1f890ae01c42c286a9551 /xsession |
Initial commit
Diffstat (limited to 'xsession')
-rwxr-xr-x | xsession | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xsession b/xsession new file mode 100755 index 0000000..5ff0783 --- /dev/null +++ b/xsession @@ -0,0 +1,9 @@ +xmodmap ~/.config/xmodmap +brightnessctl -d intel_backlight set 25% + +cbatticon & +pnmixer & +picom -b + +# exec startfluxbox +exec jwm -f ~/.config/jwmrc |