Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-10 10:00:16 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-10 10:00:16 +0200
Commit dd55ec85d9c2909797029663aef084b893f02fa8 (patch)
-rw-r--r-- .cwmrc 4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cwmrc b/.cwmrc
...
6
unbind-key all
6
unbind-key all
7
unbind-mouse all
7
unbind-mouse all
8
  
8
  
9
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60'
9
bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 120x50'
10
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
10
bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11
bind-key 4-e /home/m/Applications/brave --new-window"
11
bind-key 4-e /home/m/Applications/brave --new-window"
12
bind-key 4-p "rofi -show drun -theme ~/.black.rasi"
12
bind-key 4-p "rofi -show drun -theme ~/.black.rasi"
...
45
bind-key 4S-Down window-resize-down
45
bind-key 4S-Down window-resize-down
46
bind-key 4S-Left window-resize-left
46
bind-key 4S-Left window-resize-left
47
bind-key 4S-Right window-resize-right
47
bind-key 4S-Right window-resize-right
  
48
bind-key 4C-Top window-snap-top
  
49
bind-key 4C-Down window-snap-down
48
bind-key 4C-Left window-snap-left
50
bind-key 4C-Left window-snap-left
49
bind-key 4C-Right window-snap-right
51
bind-key 4C-Right window-snap-right
50
  
52
  
...