Better workspaces

This commit is contained in:
Lucien Cartier-Tilet 2021-07-29 19:35:10 +02:00
parent 89b27a9216
commit b4e9ca8557
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 3 deletions

View File

@ -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"))