Skip to content

Commit 347e74a

Browse files
committed
I reinstalled arch so here are the fixes
1 parent dcda56a commit 347e74a

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

bspwm/bspwmrc

+6
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,11 @@ picom -I 0.1 -O 0.1 &
4949
# Notification Service
5050
dunst &
5151

52+
# For Java apps
53+
wmname LG3D
54+
55+
# Make custom cursor be visible everywhere
56+
xsetroot -cursor_name left_ptr
57+
5258
# Startup Sound
5359
mpv --no-video ~/.dotfiles/startup_sounds/startup_sound.mp3

dunst/dunstrc

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
progress_bar_height = 10
5353

5454
# Set the frame width of the progress bar
55-
progress_bar_frame_width = 1
55+
progress_bar_frame_width = 0
5656

5757
# Set the minimum width for the progress bar
5858
progress_bar_min_width = 150
@@ -68,7 +68,7 @@
6868
# The transparency of the window. Range: [0; 100].
6969
# This option will only work if a compositing window manager is
7070
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
71-
transparency = 0
71+
transparency = 15
7272

7373
# Draw a line of "separator_height" pixel height between two
7474
# notifications.
@@ -87,7 +87,7 @@
8787

8888
# Defines width in pixels of frame around the notification window.
8989
# Set to 0 to disable.
90-
frame_width = 3
90+
frame_width = 2
9191

9292
# Defines color of the frame around the notification window.
9393
frame_color = "#14536c"
@@ -236,7 +236,7 @@
236236
# corners.
237237
# The radius will be automatically lowered if it exceeds half of the
238238
# notification height to avoid clipping text and/or icons.
239-
corner_radius = 5
239+
corner_radius = 0
240240

241241
# Ignore the dbus closeNotification message.
242242
# Useful to enforce the timeout set by dunst configuration. Without this

polybar/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ background = ${colors.background}
1717
foreground = ${colors.foreground}
1818
fixed-center = true
1919
width = 100%
20-
height = 26
20+
height = 28
2121
radius = 0.0
2222
line-size = 0
2323
line-color = #f00

polybar/launch.sh

100644100755
File mode changed.

sxhkd/sxhkdrc

+4
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ XF86AudioRaiseVolume
134134
XF86AudioMute
135135
amixer set Master toggle
136136

137+
XF86AudioMicMute
138+
amixer set Capture toggle
139+
137140
# Brightness control
138141
XF86MonBrightnessDown
139142
xbacklight -dec 5
@@ -150,6 +153,7 @@ ctrl + Print
150153

151154
super + shift + Print
152155
maim --select | xclip -selection clipboard -t image/png
156+
maim -s --format png /dev/stdout | xclip -selection clipboard -t image/png
153157

154158
ctrl + super + Print
155159
maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png

zsh/.zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ source $ZSH/oh-my-zsh.sh
9999
# Example aliases
100100
# alias zshconfig="mate ~/.zshrc"
101101
# 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
103103
# Activate Neofetch on terminal start
104104
neofetch
105105

0 commit comments

Comments
 (0)