[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")
|
||||
|
||||
;; creating or rename groups
|
||||
(setf (group-name (first (screen-groups (current-screen)))) "web")
|
||||
(when *initializing*
|
||||
(grename "web")
|
||||
(gnewbg "emacs")
|
||||
(gnewbg "work")
|
||||
(gnewbg "misc")
|
||||
(gnewbg "music")
|
||||
(gnewbg "winkel")
|
||||
(gnewbg "winkel"))
|
||||
|
||||
;; border width
|
||||
(setf *maxsize-border-width* 3)
|
||||
|
|
Loading…
Reference in a new issue