.config/herbstluftwm/autostart
This commit is contained in:
parent
b34a2442a9
commit
4d08bec972
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/guile # -*- eval: (git-auto-commit-mode 1) -*-
|
#!/usr/bin/guile
|
||||||
!#
|
!#
|
||||||
|
|
||||||
(define (hc command)
|
(define (hc command)
|
||||||
|
@ -127,3 +127,7 @@ purposes"
|
||||||
;; Show panel
|
;; Show panel
|
||||||
|
|
||||||
(system "~/.config/herbstluftwm/panel.sh &")
|
(system "~/.config/herbstluftwm/panel.sh &")
|
||||||
|
|
||||||
|
;; Local Variables:
|
||||||
|
;; eval: (git-auto-commit-mode 1)
|
||||||
|
;; End:
|
||||||
|
|
Loading…
Reference in a new issue