Better workspaces
This commit is contained in:
parent
89b27a9216
commit
b4e9ca8557
@ -4,9 +4,9 @@
|
||||
(gnewbg "emacs")
|
||||
(gnewbg "browser")
|
||||
(gnewbg "files")
|
||||
(gnewbg "discord")
|
||||
(gnewbg "media")
|
||||
(gnewbg "private"))
|
||||
(gnewbg "private")
|
||||
(gnewbg "discord"))
|
||||
|
||||
(clear-window-placement-rules)
|
||||
|
||||
@ -17,10 +17,13 @@
|
||||
(nil t t :class "Emacs"))
|
||||
|
||||
(define-frame-preference "files"
|
||||
(nil t t :class "nemo"))
|
||||
(nil t t :class "Nemo"))
|
||||
|
||||
(define-frame-preference "media"
|
||||
(nil t t :class "Gimp"))
|
||||
|
||||
(define-frame-preference "private"
|
||||
(nil t t :class "Signal"))
|
||||
|
||||
(define-frame-preference "discord"
|
||||
(nil t t :class "lightcord"))
|
||||
|
Reference in New Issue
Block a user