diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Xresources | 11 | ||||
-rwxr-xr-x | X11/xinit | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/X11/Xresources b/X11/Xresources index 745ed66..6a8423c 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -6,9 +6,8 @@ Xcursor.theme: SpaceKCursors *.font: "Inconsolata:pixelsize=17:antialias=true:autohint=true" ! special -*.foreground: #d9d5e6 *.background: #0a001f - +*.foreground: #d9d5e6 *.cursorColor: #d9d5e6 ! black @@ -16,8 +15,8 @@ Xcursor.theme: SpaceKCursors *.color8: #828ff9 ! red -*.color1: #7f64ba -*.color9: #7f64ba +*.color1: #6740ba +*.color9: #6740ba ! green *.color2: #828ff9 @@ -36,8 +35,8 @@ Xcursor.theme: SpaceKCursors *.color13: #ace6f0 ! cyan -*.color6: #7f64ba -*.color14: #7f64ba +*.color6: #6740ba +*.color14: #6740ba ! white *.color7: #eebea4 @@ -4,7 +4,8 @@ # ## ~/.xinitrc ## # # # -#xrandr --output HDMI-0 --mode 3840x2160 --auto -r 60 & # 120 +#xrandr --output HDMI-1-0 --mode 3840x2160 -r 120 & +#xrandr --output HDMI-0 --mode 3840x2160 -r 120 & xrandr --output HDMI-0 --mode 1920x1080 -r 240 & xrandr --output HDMI-1-0 --mode 1920x1080 -r 240 & @@ -45,6 +46,7 @@ synclient MinSpeed=1.25 MaxSpeed=2.5 # pointe synclient AccelFactor=0.025 # acceleration amixer --card 0 set 'Master' 100 & # audio volume +amixer --card 0 set 'Mic Boost' 0 & # mic boost volume amixer --card 0 set 'Capture' 39 & # capture volume sxhkd -c $HOME/.config/keybinds & # keybindings |