aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-18 19:24:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-18 19:24:40 +0200
commit3f42843d3954855c04230cd84652e957e291168f (patch)
tree651daa05e44a2a173fe31132ee04d24e3b888f20
parent38a0280e20eb43eab0b910570e810bc1a9347f00 (diff)
downloaddotfiles-3f42843d3954855c04230cd84652e957e291168f.tar.gz
Update
-rw-r--r--.cwmrc2
-rw-r--r--.xprofile2
-rw-r--r--README.md8
3 files changed, 10 insertions, 2 deletions
diff --git a/.cwmrc b/.cwmrc
index 21729de..d7d9e77 100644
--- a/.cwmrc
+++ b/.cwmrc
@@ -2,7 +2,7 @@ fontname "Berkeley Mono:size=8:bold"
2autogroup 1 2autogroup 1
3borderwidth 2 3borderwidth 2
4color ungroupborder yellow 4color ungroupborder yellow
5ignore conky 5sticky yes
6 6
7unbind-key all 7unbind-key all
8bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' 8bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50'
diff --git a/.xprofile b/.xprofile
index 8611ab4..6a53cb3 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,3 +1,3 @@
1xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.8 1xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.8
2picom --backend glx --vsync & 2picom --backend glx &
3conky -d & 3conky -d &
diff --git a/README.md b/README.md
index 895f96f..c502213 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,11 @@ git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
5cd ~/.dotfiles && stow . 5cd ~/.dotfiles && stow .
6``` 6```
7 7
8```ini
9# /usr/share/xsessions/cwm.desktop
10[Desktop Entry]
11Name=cwm
12Comment=cwm
13Exec=cwm
14Type=Application
15```