[stumpwm] streamline creating and renaming of groups
This commit is contained in:
parent
3d3e001a88
commit
cd3af2fe9f
1 changed files with 7 additions and 6 deletions
|
@ -22,12 +22,13 @@
|
||||||
(set-module-dir "~/.stumpwm.d/modules")
|
(set-module-dir "~/.stumpwm.d/modules")
|
||||||
|
|
||||||
;; creating or rename groups
|
;; creating or rename groups
|
||||||
(setf (group-name (first (screen-groups (current-screen)))) "web")
|
(when *initializing*
|
||||||
(gnewbg "emacs")
|
(grename "web")
|
||||||
(gnewbg "work")
|
(gnewbg "emacs")
|
||||||
(gnewbg "misc")
|
(gnewbg "work")
|
||||||
(gnewbg "music")
|
(gnewbg "misc")
|
||||||
(gnewbg "winkel")
|
(gnewbg "music")
|
||||||
|
(gnewbg "winkel"))
|
||||||
|
|
||||||
;; border width
|
;; border width
|
||||||
(setf *maxsize-border-width* 3)
|
(setf *maxsize-border-width* 3)
|
||||||
|
|
Loading…
Reference in a new issue