diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 20 | ||||
-rw-r--r-- | .config/polybar/config.ini (renamed from .config/polybar/config) | 0 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
3 files changed, 15 insertions, 7 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 77cec0a..940ef35 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,31 +1,39 @@ #! /bin/sh +xrandr --auto + +xrandr --auto --output eDP --primary --mode 1920x1080 +xrandr --auto --output HDMI-A-0 --mode 3840x2160 --above eDP + pgrep -x sxhkd > /dev/null || sxhkd & #picom & /usr/libexec/polkit-gnome-authentication-agent-1 & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh & $HOME/.config/polybar/launch.sh & -hsetroot -solid '#1c1c1c' & +hsetroot -solid '#2E3440' & /usr/bin/kdeconnect-indicator & +#/usr/bin/gentoo-pipewire-launcher & #feh --bg-fill $HOME/wallpaper/waves.png -# bspc config top_padding 27 -bspc monitor -d 1 2 3 4 5 6 7 8 9 +bspc monitor eDP -d 1 2 3 4 +bspc monitor HDMI-A-0 -d 5 6 7 8 +bspc wm -O eDP HDMI-A-0 bspc config border_width 2 bspc config window_gap 1 -bspc config split_ratio 0.52 +bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#2e313d' -bspc config focused_border_color '#5b5f71' +bspc config normal_border_color '#4C566A' +bspc config focused_border_color '#D8DEE9' wmname LG3D bspc rule -a URxvt state=floating +bspc rule -a "firefox" state=floating bspc rule -a kitty state=floating bspc rule -a Thunar state=floating bspc rule -a Lxappearance state=floating diff --git a/.config/polybar/config b/.config/polybar/config.ini index a56c114..a56c114 100644 --- a/.config/polybar/config +++ b/.config/polybar/config.ini diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5bf6a98..bc56e01 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -89,7 +89,7 @@ super + {p,b,comma,period} bspc node -f @{parent,brother,first,second} # focus the next/previous window in the current desktop -super + {_,shift + }c +alt + {_,shift + }Tab bspc node -f {next,prev}.local.!hidden.window # focus the next/previous desktop in the current monitor |