aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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```