mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
A minor edit.
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# ____ _____
|
||||||
# this is a simple config for herbstluftwm
|
# | _ \_ _| Derek Taylor (DistroTube)
|
||||||
|
# | | | || | http://www.youtube.com/c/DistroTube
|
||||||
|
# | |_| || | http://www.gitlab.com/dwt1/
|
||||||
|
# |____/ |_|
|
||||||
|
#
|
||||||
|
# A customized configuration for herbstluftwm (http://www.herbstluftwm.org)
|
||||||
|
# Modified by Derek Taylor (http://www.gitlab.com/dwt1/ )
|
||||||
|
|
||||||
hc() {
|
hc() {
|
||||||
herbstclient "$@"
|
herbstclient "$@"
|
||||||
@@ -12,6 +18,11 @@ xsetroot -solid '#5A8E3A'
|
|||||||
compton -C ~/.config/compton/compton.conf &
|
compton -C ~/.config/compton/compton.conf &
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
|
||||||
|
# Uncomment the following lines to use xmobar as the panel
|
||||||
|
# Remember to comment out the last 8 lines of this config, so that
|
||||||
|
# polybar will no longer launch on startup.
|
||||||
|
# $HOME/.config/herbstluftwm/xmobar
|
||||||
|
|
||||||
# remove all existing keybindings
|
# remove all existing keybindings
|
||||||
hc keyunbind --all
|
hc keyunbind --all
|
||||||
|
|
||||||
@@ -207,3 +218,4 @@ for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do
|
|||||||
# start it on each monitor
|
# start it on each monitor
|
||||||
"$panel" $monitor &
|
"$panel" $monitor &
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user