diff options
| author | jason | 2024-04-12 10:26:31 -0600 |
|---|---|---|
| committer | jason | 2024-04-12 10:26:31 -0600 |
| commit | 593578d7ed5ea2f1ea1d6cdfc665f7bc986b75df (patch) | |
| tree | 6e9d82f98b921562ef4dced6f5e230ead151668b | |
| parent | d165601ffa27ef399d66d8548b4f89af2388aefb (diff) | |
| download | dotfiles-593578d7ed5ea2f1ea1d6cdfc665f7bc986b75df.tar.gz dotfiles-593578d7ed5ea2f1ea1d6cdfc665f7bc986b75df.zip | |
[cwm] use xterm; disable termbar
| -rw-r--r-- | cwm/.cwmrc | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,10 +1,10 @@ | |||
| 1 | # Default apps | 1 | # Default apps |
| 2 | command term alacritty | 2 | command term xterm |
| 3 | command lock xlock | 3 | command lock xlock |
| 4 | 4 | ||
| 5 | ignore termbar | 5 | #ignore termbar |
| 6 | autogroup 0 termbar | 6 | #autogroup 0 termbar |
| 7 | gap 0 24 0 0 | 7 | #gap 0 24 0 0 |
| 8 | 8 | ||
| 9 | # Pins new windows to the current group. | 9 | # Pins new windows to the current group. |
| 10 | sticky yes | 10 | sticky yes |