Minor tweaks to fix bugs

This commit is contained in:
random 2022-03-29 08:33:52 -07:00
parent 6b75e8d890
commit 3b70f42dd0
2 changed files with 6 additions and 8 deletions

View File

@ -162,7 +162,6 @@ client.focused_inactive #333333 #222222 #888888 #292d2e #eeeeee
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
# Startup Applications
exec --no-startup-id xmodmap -e "remove Lock = Caps_Lock"
exec --no-startup-id xmodmap -e "keycode 66 = Escape NoSymbol Escape"
exec --no-startup-id "xmodmap $HOME/.Xmodmap"
exec --no-startup-id "compton -b"
exec --no-startup-id "polybar"

View File

@ -58,13 +58,12 @@ cursor-scroll = ns-resize
enable-ipc = true
; tray-position = right
tray-position = right
; wm-restack = generic
; wm-restack = bspwm
; wm-restack = i3
; override-redirect = true
wm-restack = i3
;override-redirect = true
[module/xworkspaces]
type = internal/xworkspaces
@ -148,8 +147,8 @@ label-full = %percentage%%
label-charging = %percentage%% %time%
label-discharging = %percentage%% %time%
format-full-prefix = "BAT "
format-charging-prefix = "BAT "
format-full-prefix = "FULL "
format-charging-prefix = "CHR "
format-discharging-prefix = "BAT "
format-full-prefix-foreground = ${colors.primary}
format-charging-prefix-foreground = ${colors.primary}