Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-07-24 04:27:15 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-07-24 04:27:15 +0200
Commit 570f1c66e39f56151381e5f9a1228856486cc52b (patch)
-rw-r--r-- .black.rasi 38
-rw-r--r-- .cwmrc 4
2 files changed, 40 insertions, 2 deletions
diff --git a/.black.rasi b/.black.rasi
  
1
configuration {
  
2
	show-icons: false;
  
3
	disable-history: true;
  
4
}
  
5
  
  
6
* {
  
7
	font: "Berkeley Mono Bold 14";
  
8
	foreground: white;
  
9
	background-color: black;
  
10
}
  
11
  
  
12
#window {
  
13
	background-color: black;
  
14
	border: 2;
  
15
	border-color: white;
  
16
	padding: 20;
  
17
	width: 800;
  
18
}
  
19
  
  
20
prompt, inputbar, entry {
  
21
	text-color: white;
  
22
	padding: 0 10 10 0;
  
23
	text-style: bold;
  
24
}
  
25
  
  
26
listview {
  
27
	lines: 20;
  
28
	columns: 1;
  
29
}
  
30
  
  
31
element-text {
  
32
	text-color: khaki;
  
33
}
  
34
  
  
35
element-text selected {
  
36
	text-color: black;
  
37
	background-color: white;
  
38
}
diff --git a/.cwmrc b/.cwmrc
...
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 110x60'
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-nightly-v1.82.99-x86_64.AppImage --new-window"
11
bind-key 4-e /home/m/Applications/Brave-nightly-v1.82.99-x86_64.AppImage --new-window"
12
bind-key 4-p "rofi -show drun"
12
bind-key 4-p "rofi -show drun -theme ~/.black.rasi"
13
bind-key 4-s "xmagnify -s 1000 -z 3"
13
bind-key 4-s "xmagnify -s 1000 -z 3"
14
bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1045,416,236"
14
bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1040,416,236"
15
bind-key 4-bracketright "pats -t"
15
bind-key 4-bracketright "pats -t"
16
bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%"
16
bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%"
17
bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%"
17
bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%"
...