diff options
-rw-r--r-- | config/i3/config | 7 | ||||
m--------- | private | 0 |
2 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 diff --git a/private b/private -Subproject d8c15eaca10279c8009d8b1da81446554605a0a +Subproject f61a0e2b8ed6d5bac8271b5b9a580c7ea799552 |