[StumpWM] Remove Lightcord and replace by Discord Canary
Lightcord is no longer maintained and its repository has been archived. Good night, sweet prince...
This commit is contained in:
parent
9144c17239
commit
c12a89d4f4
@ -503,13 +503,13 @@ using tiling window managers. I shall then continue this habit. Here
|
|||||||
is the list of groups I will be using:
|
is the list of groups I will be using:
|
||||||
#+name: list-groups
|
#+name: list-groups
|
||||||
| Groups | Number | Windows | Type |
|
| Groups | Number | Windows | Type |
|
||||||
|---------+--------+----------------------------+---------|
|
|---------+--------+---------------------+---------|
|
||||||
| [DEV] | 1 | Emacs, Virt-manager | |
|
| [DEV] | 1 | Emacs, Virt-manager | |
|
||||||
| [SYS] | 2 | | Dynamic |
|
| [SYS] | 2 | | Dynamic |
|
||||||
| [WWW] | 3 | Firefox | |
|
| [WWW] | 3 | Firefox | |
|
||||||
| [FILES] | 4 | Nemo | |
|
| [FILES] | 4 | Nemo | |
|
||||||
| [MEDIA] | 5 | Gimp | |
|
| [MEDIA] | 5 | Gimp | |
|
||||||
| [SOC] | 6 | Signal, discord, lightcord | |
|
| [SOC] | 6 | Signal, discord | |
|
||||||
| [PRIV] | 7 | | |
|
| [PRIV] | 7 | | |
|
||||||
| [GAM] | 8 | Steam | |
|
| [GAM] | 8 | Steam | |
|
||||||
|
|
||||||
@ -534,7 +534,7 @@ is the list of groups I will be using:
|
|||||||
"\n"))
|
"\n"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+RESULTS[22540ee038b7206f965b7ca48521e93bdccb5de8]: gen-groups
|
#+RESULTS[212d0f619fcfa8df9da1b051a3855491e53431b2]: gen-groups
|
||||||
: (grename "[DEV]")
|
: (grename "[DEV]")
|
||||||
: (gnewbg-dynamic "[SYS]")
|
: (gnewbg-dynamic "[SYS]")
|
||||||
: (gnewbg "[WWW]")
|
: (gnewbg "[WWW]")
|
||||||
@ -590,10 +590,9 @@ class, so it will be pretty straightforward to the corresponding code.
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
This can be written this way:
|
This can be written this way:
|
||||||
#+RESULTS[21630178e2de94ae4bda9a3f91f96b04ff447845]: gen-rules
|
#+RESULTS[4affc294b6e643c957fceec5e084fae4933ac7f3]: gen-rules
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
(define-frame-preference "[GAM]" (nil t t :class "Steam"))
|
(define-frame-preference "[GAM]" (nil t t :class "Steam"))
|
||||||
(define-frame-preference "[SOC]" (nil t t :class "lightcord"))
|
|
||||||
(define-frame-preference "[SOC]" (nil t t :class "discord"))
|
(define-frame-preference "[SOC]" (nil t t :class "discord"))
|
||||||
(define-frame-preference "[SOC]" (nil t t :class "Signal"))
|
(define-frame-preference "[SOC]" (nil t t :class "Signal"))
|
||||||
(define-frame-preference "[MEDIA]" (nil t t :class "Gimp"))
|
(define-frame-preference "[MEDIA]" (nil t t :class "Gimp"))
|
||||||
@ -946,7 +945,7 @@ the above keymaps.
|
|||||||
| Keychord | Function |
|
| Keychord | Function |
|
||||||
|----------+-------------------------|
|
|----------+-------------------------|
|
||||||
| ~b~ | ~firefox~ |
|
| ~b~ | ~firefox~ |
|
||||||
| ~d~ | ~exec lightcord~ |
|
| ~d~ | ~exec discord-canary~ |
|
||||||
| ~e~ | ~exec emacsclient -c~ |
|
| ~e~ | ~exec emacsclient -c~ |
|
||||||
| ~g~ | ~exec gimp~ |
|
| ~g~ | ~exec gimp~ |
|
||||||
| ~n~ | ~exec nemo~ |
|
| ~n~ | ~exec nemo~ |
|
||||||
|
Loading…
Reference in New Issue
Block a user