summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/autostart3
-rw-r--r--.config/polybar/config.ini6
-rw-r--r--.config/x11/xinitrc5
3 files changed, 7 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 3045b5b..0caf37b 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -27,7 +27,7 @@ hc keybind $Mod-z spawn boomer
hc keybind $Mod-m spawn mpdmenu
hc keybind $Mod-p spawn dmenu_run -m 0 -fn "xft:Hack Nerd Font:size=11" -nb "#222222" -nf "#bbbbbb" -sb "#005577" -sf "#eeeeee"
hc keybind XF86AudioRaiseVolume spawn wpctl set-volume @DEFAULT_SINK@ 5%+
-hc keybind XF86AudioLowerVolume spawn wpctl set-volume #DEFAULT_SINK@ 5%-
+hc keybind XF86AudioLowerVolume spawn wpctl set-volume @DEFAULT_SINK@ 5%-
hc keybind XF86AudioMute spawn wpctl set-mute @DEFAULT_SINK@ toggle
hc keybind XF86AudioPrev spawn mpc prev
hc keybind XF86AudioNext spawn mpc next
@@ -178,6 +178,7 @@ hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off
hc rule fixedsize floating=on
hc rule class='mpdinfo' floating=on
+hc rule class='lyrics' floating=on
hc set tree_style '╾│ ├└╼─┐'
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index 2bca560..5845f09 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -52,7 +52,7 @@ font-0 = "Hack Nerd Font:size=9;1"
font-1 = "WenQuanYi Micro Hei Mono:size=9;1"
modules-left = xworkspaces xwindow
-modules-right = eth temperature memory cpu pulseaudio date systray
+modules-right = eth temperature memory cpu pulseaudio date
cursor-click = pointer
cursor-scroll = ns-resize
@@ -86,7 +86,7 @@ font-0 = "Hack Nerd Font:size=9;1"
font-1 = "WenQuanYi Micro Hei Mono:size=9;1"
modules-left = xworkspaces xwindow
-modules-right = eth temperature memory cpu pulseaudio date
+modules-right = eth temperature memory cpu pulseaudio date systray
cursor-click = pointer
cursor-scroll = ns-resize
@@ -134,7 +134,7 @@ label-empty-padding = 1
[module/xwindow]
type = internal/xwindow
-label = %title:0:60:...%
+label = %title:0:40:...%
[module/pulseaudio]
type = internal/pulseaudio
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index bcc5e85..fc9ec17 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -18,12 +18,11 @@ xset s off -dpms
setxkbmap -option "ctrl:nocaps"
xrdb -merge ~/.Xresources
-pgrep -x urxvtd >/dev/null || /usr/bin/urxvtd -q -o -f &
/usr/bin/ibus-daemon -d -r -x
+/usr/bin/urxvtd -q -o -f &
/usr/bin/emacs --daemon &
/usr/bin/pipewire &
/usr/bin/mpd &
$HOME/.local/bin/set-wallpaper &
-# exec ratpoison
-exec herbstluftwm --locked
+exec i3