diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..a494207 --- /dev/null +++ b/.Xresources @@ -0,0 +1,8 @@ +Xft.dpi: 170 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb + diff --git a/.config/i3/config.laptop b/.config/i3/config.laptop index 47fee37..f3cc8f5 100644 --- a/.config/i3/config.laptop +++ b/.config/i3/config.laptop @@ -171,10 +171,11 @@ smart_gaps on # Set mouse acceleration exec_always --no-startup-id xinput set-prop 'FocalTechPS/2 FocalTech Touchpad' 'libinput Accel Speed' 0.8 +exec_always --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)' 'libinput Accel Speed' 0.8 # ALSA key binding (media keys do not even have keycode...) bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%+ -bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%- +bindsym XF86AudioLowerVolume exec --no-startup-id aimxer -D hw:PCH -M sset Master 5%- bindsym XF86AudioMute exec --no-startup-id amixer -D hw:PCH -M sset 'Master' toggle bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause bindsym XF86AudioPrev exec --no-startup-ip playerctl prev diff --git a/.config/polybar/config.laptop b/.config/polybar/config.laptop index 691b263..2057479 100644 --- a/.config/polybar/config.laptop +++ b/.config/polybar/config.laptop @@ -131,7 +131,7 @@ index-sort = true ws-icon-0 = 2; ws-icon-1 = 1; ws-icon-2 = 3; -ws-icon-3 = 4;rm +ws-icon-3 = 4; ws-icon-4 = irssi; ws-icon-default =  diff --git a/.config/polybar/scripts/launch_polybar.sh.laptop b/.config/polybar/scripts/launch_polybar.sh.laptop index a315569..71eed83 100755 --- a/.config/polybar/scripts/launch_polybar.sh.laptop +++ b/.config/polybar/scripts/launch_polybar.sh.laptop @@ -4,11 +4,13 @@ names=("chostybottombar" "chostytopbar") killall -q polybar while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done if type "xrandr"; then - monitors=$(xrandr --query | grep " connected" | cut -d" " -f1) - monarray=($monitors) + monitors=$(xrandr --query | grep " connected" | cut -d" " -f1) + monarray=($monitors) for name in ${names[@]}; do - MONITOR=${monarray[0]} polybar -q --reload ${name} & - done + for mon in ${monarray[@]}; do + MONITOR=${mon} polybar -q --reload ${name} & + done + done else - polybar --reload ${name} & + polybar --reload ${name} & fi \ No newline at end of file diff --git a/.xinitrc b/.xinitrc new file mode 100755 index 0000000..917a656 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,3 @@ +xrandr --output eDP-1 --auto --output HDMI-2 --auto --scale 2x2 --above eDP-1 +xrdb -merge ~/.Xresources +exec i3