added battlvl keybind back
This commit is contained in:
parent
4679a04873
commit
87782423e6
|
@ -19,12 +19,12 @@ if hc silent new_attr bool my_picom_is_running; then
|
||||||
picom -b
|
picom -b
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
hc lock
|
||||||
xsetroot -solid "#080808" -cursor_name left_ptr &
|
xsetroot -solid "#080808" -cursor_name left_ptr &
|
||||||
feh --bg-fill ~/.config/herbstluftwm/wallpaper.jpg
|
feh --bg-fill ~/.config/herbstluftwm/wallpaper.jpg
|
||||||
xobpipe="$XDG_RUNTIME_DIR/xobpipe"
|
xobpipe="$XDG_RUNTIME_DIR/xobpipe"
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
hc lock
|
|
||||||
hc attr theme.tiling.reset 1
|
hc attr theme.tiling.reset 1
|
||||||
hc attr theme.floating.reset 1
|
hc attr theme.floating.reset 1
|
||||||
hc set always_show_frame on
|
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 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 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 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 XF86Launch7 spawn sh -c "sleep 0.15 && xdotool keydown ctrl key w keyup ctrl"
|
||||||
|
hc keybind XF86PowerOff spawn battlvl
|
||||||
|
|
||||||
# mouse
|
# mouse
|
||||||
hc mouseunbind --all
|
hc mouseunbind --all
|
||||||
|
|
Loading…
Reference in New Issue