diff options
Diffstat (limited to '.config/herbstluftwm/autostart')
| -rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 51dcd9d..e9cf3ee 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart | |||
| @@ -32,7 +32,7 @@ Mod=Mod4 # Use the super key as the main modifier | |||
| 32 | hc keybind $Mod-Shift-q quit | 32 | hc keybind $Mod-Shift-q quit |
| 33 | hc keybind $Mod-Shift-r reload | 33 | hc keybind $Mod-Shift-r reload |
| 34 | hc keybind $Mod-Shift-c close | 34 | hc keybind $Mod-Shift-c close |
| 35 | hc keybind $Mod-Return spawn xfce4-terminal | 35 | hc keybind $Mod-Return spawn xterm |
| 36 | hc keybind $Mod-grave spawn dmenu_run -h $PANEL_HEIGHT -p "Run:" -nb $DARK -nf $LIGHT -sb $ACCENT -sf $DARK | 36 | hc keybind $Mod-grave spawn dmenu_run -h $PANEL_HEIGHT -p "Run:" -nb $DARK -nf $LIGHT -sb $ACCENT -sf $DARK |
| 37 | 37 | ||
| 38 | # basic movement | 38 | # basic movement |
| @@ -172,8 +172,7 @@ herbstclient set tree_style '╾│ ├└╼─┐' | |||
| 172 | #Start panel in all monitors | 172 | #Start panel in all monitors |
| 173 | start_panel() { | 173 | start_panel() { |
| 174 | for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do | 174 | for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do |
| 175 | "$1" $monitor $PANEL_HEIGHT $LIGHT $LLIGHT $ACCENT $LDARK $DARK | 175 | "$1" $monitor $PANEL_HEIGHT $LIGHT $LLIGHT $ACCENT $LDARK $DARK $2& |
| 176 | $2& | ||
| 177 | done | 176 | done |
| 178 | } | 177 | } |
| 179 | 178 | ||
| @@ -200,3 +199,6 @@ then | |||
| 200 | else | 199 | else |
| 201 | start_compton | 200 | start_compton |
| 202 | fi | 201 | fi |
| 202 | |||
| 203 | #Load .Xresources | ||
| 204 | xrdb -load ~/.Xresources | ||
