From 87782423e68d5b49aaf35faf9c71780afd31aeb1 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Tue, 7 Jun 2022 22:21:59 +0000 Subject: [PATCH] added battlvl keybind back --- herbstluftwm/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 1c0658a..0f59154 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -19,12 +19,12 @@ if hc silent new_attr bool my_picom_is_running; then picom -b fi +hc lock xsetroot -solid "#080808" -cursor_name left_ptr & feh --bg-fill ~/.config/herbstluftwm/wallpaper.jpg xobpipe="$XDG_RUNTIME_DIR/xobpipe" # theme -hc lock hc attr theme.tiling.reset 1 hc attr theme.floating.reset 1 hc set always_show_frame on @@ -81,8 +81,8 @@ hc keybind XF86AudioPause spawn playerctl pause-pause hc keybind XF86AudioRaiseVolume spawn sh -c "pamixer -i 5; pamixer --get-volume >> \"$xobpipe\"; $refresh_panel" hc keybind XF86AudioLowerVolume spawn sh -c "pamixer -d 5; pamixer --get-volume >> \"$xobpipe\"; $refresh_panel" hc keybind XF86AudioMute spawn sh -c "pamixer -t; pamixer --get-volume-human | sed 's/muted/0/' >> \"$xobpipe\"; $refresh_panel" -hc keybind $Mod-a spawn sh -c "sh ~/skynet-old/scripts/audio-config.sh; $refresh_panel" hc keybind XF86Launch7 spawn sh -c "sleep 0.15 && xdotool keydown ctrl key w keyup ctrl" +hc keybind XF86PowerOff spawn battlvl # mouse hc mouseunbind --all