diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-01-03 14:55:42 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-01-03 14:55:42 +0100 |
| commit | 4fb8aa2bc823233bbfc2ba78bcadb6e960e7a458 (patch) | |
| tree | ff79a84a8c2ce6ef43fad52356c392ac198a8a54 /.config | |
| parent | d52849c75347f3aa1019cd93c4898c1c4a9588d9 (diff) | |
update, back to i3
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/herbstluftwm/autostart | 3 | ||||
| -rw-r--r-- | .config/polybar/config.ini | 6 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 5 |
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 |
