File tree 6 files changed +16
-6
lines changed
6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -49,5 +49,11 @@ picom -I 0.1 -O 0.1 &
49
49
# Notification Service
50
50
dunst &
51
51
52
+ # For Java apps
53
+ wmname LG3D
54
+
55
+ # Make custom cursor be visible everywhere
56
+ xsetroot -cursor_name left_ptr
57
+
52
58
# Startup Sound
53
59
mpv --no-video ~ /.dotfiles/startup_sounds/startup_sound.mp3
Original file line number Diff line number Diff line change 52
52
progress_bar_height = 10
53
53
54
54
# Set the frame width of the progress bar
55
- progress_bar_frame_width = 1
55
+ progress_bar_frame_width = 0
56
56
57
57
# Set the minimum width for the progress bar
58
58
progress_bar_min_width = 150
68
68
# The transparency of the window. Range: [0; 100].
69
69
# This option will only work if a compositing window manager is
70
70
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
71
- transparency = 0
71
+ transparency = 15
72
72
73
73
# Draw a line of "separator_height" pixel height between two
74
74
# notifications.
87
87
88
88
# Defines width in pixels of frame around the notification window.
89
89
# Set to 0 to disable.
90
- frame_width = 3
90
+ frame_width = 2
91
91
92
92
# Defines color of the frame around the notification window.
93
93
frame_color = "#14536c"
236
236
# corners.
237
237
# The radius will be automatically lowered if it exceeds half of the
238
238
# notification height to avoid clipping text and/or icons.
239
- corner_radius = 5
239
+ corner_radius = 0
240
240
241
241
# Ignore the dbus closeNotification message.
242
242
# Useful to enforce the timeout set by dunst configuration. Without this
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ background = ${colors.background}
17
17
foreground = ${colors.foreground}
18
18
fixed-center = true
19
19
width = 100%
20
- height = 26
20
+ height = 28
21
21
radius = 0.0
22
22
line-size = 0
23
23
line-color = #f00
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ XF86AudioRaiseVolume
134
134
XF86AudioMute
135
135
amixer set Master toggle
136
136
137
+ XF86AudioMicMute
138
+ amixer set Capture toggle
139
+
137
140
# Brightness control
138
141
XF86MonBrightnessDown
139
142
xbacklight -dec 5
@@ -150,6 +153,7 @@ ctrl + Print
150
153
151
154
super + shift + Print
152
155
maim --select | xclip -selection clipboard -t image/png
156
+ maim -s --format png /dev/stdout | xclip -selection clipboard -t image/png
153
157
154
158
ctrl + super + Print
155
159
maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ source $ZSH/oh-my-zsh.sh
99
99
# Example aliases
100
100
# alias zshconfig="mate ~/.zshrc"
101
101
# alias ohmyzsh="mate ~/.oh-my-zsh"
102
- source $HOME /opt_sw /zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
102
+ source $HOME /opt /zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
103
103
# Activate Neofetch on terminal start
104
104
neofetch
105
105
You can’t perform that action at this time.
0 commit comments