Update
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-18 19:24:40 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-18 19:24:40 +0200 |
| Commit | 3f42843d3954855c04230cd84652e957e291168f (patch) |
|
-rw-r--r-- |
.cwmrc | 2 | |
-rw-r--r-- |
.xprofile | 2 | |
-rw-r--r-- |
README.md | 8 |
3 files changed, 10 insertions, 2 deletions
| diff --git a/.cwmrc b/.cwmrc | |||
| ... | |||
| 2 | autogroup 1 |
2 | autogroup 1 |
| 3 | borderwidth 2 |
3 | borderwidth 2 |
| 4 | color ungroupborder yellow |
4 | color ungroupborder yellow |
| 5 | ignore conky |
5 | sticky yes |
| 6 | 6 | ||
| 7 | unbind-key all |
7 | unbind-key all |
| 8 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' |
8 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' |
| ... | |||
| diff --git a/.xprofile b/.xprofile | |||
| 1 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.8 |
1 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.8 |
| 2 | picom --backend glx --vsync & |
2 | picom --backend glx & |
| 3 | conky -d & |
3 | conky -d & |
| diff --git a/README.md b/README.md | |||
| ... | |||
| 5 | cd ~/.dotfiles && stow . |
5 | cd ~/.dotfiles && stow . |
| 6 | ``` |
6 | ``` |
| 7 | 7 | ||
| 8 | ```ini |
||
| 9 | # /usr/share/xsessions/cwm.desktop |
||
| 10 | [Desktop Entry] |
||
| 11 | Name=cwm |
||
| 12 | Comment=cwm |
||
| 13 | Exec=cwm |
||
| 14 | Type=Application |
||
| 15 | ``` |
||