From ce12b329a1d652e20a04eef12c27e475fbdffa7f Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 25 Feb 2023 10:09:25 -0800 Subject: [PATCH] Added a few more changes --- .Xresources | 2 +- i3/config | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.Xresources b/.Xresources index c68b474..6e15c40 100644 --- a/.Xresources +++ b/.Xresources @@ -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 diff --git a/i3/config b/i3/config index 748aac3..58b82e3 100644 --- a/i3/config +++ b/i3/config @@ -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 &"