summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-09-11 14:01:32 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-09-11 14:01:32 +0530
commit3df92328cd72edd10522dae651f7352543f5e387 (patch)
tree9eb7dbec6711c5a8b248a04c817835c2f3b915aa /.config
parent87bf632f551d1c0be6e783e09676fe89526647b9 (diff)
sbar changed and rm sxhkd
Diffstat (limited to '.config')
-rw-r--r--.config/paru/paru.conf4
-rwxr-xr-x.config/sxhkd/sxhkdrc35
-rw-r--r--.config/x11/xinitrc5
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