diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-14 11:47:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-14 11:47:48 +0200 |
commit | 7bf6dc43055c8929484c4ea233e568bb49aa78f2 (patch) | |
tree | d72dd422d5db7a059fbb903a074d9182dc2af151 /config | |
parent | 205e4caa14eb8c65bbef1acf9282eda2e199c6ac (diff) | |
download | myconfigs-7bf6dc43055c8929484c4ea233e568bb49aa78f2.tar.gz myconfigs-7bf6dc43055c8929484c4ea233e568bb49aa78f2.tar.bz2 myconfigs-7bf6dc43055c8929484c4ea233e568bb49aa78f2.zip |
i3: switch from Rambox to Ferdi
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/i3/config b/config/i3/config index 354722c..d55e4f5 100644 --- a/config/i3/config +++ b/config/i3/config @@ -202,7 +202,8 @@ for_window [ title="Music player daemon client" ] floating enable; for_window [ title="Music player daemon client" ] resize set 70 ppt 70 ppt for_window [ title="Music player daemon client" ] move position center -# Set Rambox to scratchpad +# Set IM to scratchpad +for_window [class="Ferdi"] move scratchpad for_window [class="Rambox"] move scratchpad # On-screen keyboard Florence for_window [class="Florence"] floating enable @@ -223,5 +224,5 @@ exec --no-startup-id dunst # Set background exec --no-startup-id i3background -# Start Rambox -exec rambox +# Start Ferdi +exec ferdi |