diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/paru/paru.conf | 4 | ||||
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 35 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 5 |
3 files changed, 3 insertions, 41 deletions
diff --git a/.config/paru/paru.conf b/.config/paru/paru.conf index b3899a0..ded7d4a 100644 --- a/.config/paru/paru.conf +++ b/.config/paru/paru.conf @@ -33,7 +33,7 @@ RemoveMake # # Binary OPTIONS # -#[bin] -FileManager = lf +#$[bin] +#FileManager = lf #MFlags = --skippgpcheck #Sudo = doas diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc deleted file mode 100755 index f53543f..0000000 --- a/.config/sxhkd/sxhkdrc +++ /dev/null @@ -1,35 +0,0 @@ -# -# wm independent hotkeys -# -#emoji menu -# super + period -super + grave - unicode_emoji - -# swap cap if stops working -super + c - xset r rate 300 50 - -# ncmpcpp -super + shift + n - $TERMINAL -e ncmpcpp - -# Screenshot tool -Print - maimshot - -# file explorer -super + shift + f - pcmanfm - -# web browser -super + shift + b - firefox - -# make sxhkd reload its configuration files: -super + Escape - pkill -USR1 -x sxhkd - -# Volume -XF86Audio{RaiseVolume,LowerVolume,Mute} - pamixer -{i,d,t} 2; kill -34 $(cat ~/.cache/pidofbar) diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index f523982..6f1e169 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,13 +1,10 @@ #!/bin/sh #setwall & -xwallpaper --zoom ~/.local/share/wallpaper.jpg +xwallpaper --zoom ~/.local/share/wallpaper.jpg & xcompmgr & xset r rate 300 50 sbar & dunst & -sxhkd & -# setxkbmap -option caps:swapescape # exec dwm > /dev/null 2>&1 while type dwm > /dev/null ; do dwm && continue || break ; done -$exec dwm |
