diff options
| -rw-r--r-- | .cwmrc | 2 | ||||
| -rw-r--r-- | .xprofile | 2 | ||||
| -rw-r--r-- | README.md | 8 |
3 files changed, 10 insertions, 2 deletions
| @@ -2,7 +2,7 @@ fontname "Berkeley Mono:size=8:bold" | |||
| 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' |
| @@ -1,3 +1,3 @@ | |||
| 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 & |
| @@ -5,3 +5,11 @@ git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles | |||
| 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 | ``` | ||
