Added a few more changes

This commit is contained in:
Random936 2023-02-25 10:09:25 -08:00
parent 146fca260f
commit ce12b329a1
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ URxvt.internalBorder: 10
! Font styles
URxvt.font: xft:MesloLGS NF:size=16
URxvt.cursorColor: #d50505
URxvt.cursorColor: #0000ff
URxvt.highlightColor: #303030
URxvt.highlightTextColor: #A0A0A0
URxvt.saveLines: 200000

View File

@ -1,5 +1,4 @@
# Set mod key to Alt
set $mod Mod1
set $mod Mod4
# Set font
font pango:monospace 8
@ -154,8 +153,8 @@ mode "resize" {
bindsym $mod+r mode "resize"
# Brightness keys setup
bindsym XF86MonBrightnessDown exec --no-startup-id "xbacklight -dec 5"
bindsym XF86MonBrightnessUp exec --no-startup-id "xbacklight -inc 5"
bindsym XF86MonBrightnessDown exec --no-startup-id "brightnessctl set 5%-"
bindsym XF86MonBrightnessUp exec --no-startup-id "brightnessctl set +5%"
# Window Cosmetic Changes
gaps inner 10
@ -165,6 +164,7 @@ client.focused_inactive #333333 #222222 #888888 #292d2e #eeeeee
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
# Startup Applications
exec --no-startup-id "$HOME/.screenlayout/layout.sh"
exec --no-startup-id "xmodmap $HOME/.Xmodmap"
exec --no-startup-id "polybar"
exec --no-startup-id "lxpolkit &"