Compare commits

..

No commits in common. "68b85312d710b456697ae94bd881d3e9bdcab595" and "d17a5d94215243e2578e8ce7c342614a5ebe1d4f" have entirely different histories.

3 changed files with 8 additions and 23 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x polybar > /dev/null || polybar &
bspc monitor DVI-I-1 -d I II III IV V
bspc monitor HDMI-1 -d VI VII VIII IX X
bspc config border_width 3
bspc config window_gap 5
@ -23,11 +23,11 @@ bspc config active_border_color "#E0A3B6"
bspc config normal_border_color "#8393A1"
bspc config focused_border_color "#93D4C5"
xhost +si:localuser:$USER &
xmodmap ~/.Xmodmap
picom &
feh --bg-fill ~/.bg/bg_5.png &
feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.png &
pipewire -v 2>/home/doryan/.config/bspwm/log&
dunst &
xmousepasteblock &
xsetroot -cursor_name left_ptr &
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x polybar > /dev/null || polybar 2>/home/doryan/.config/bspwm/log&

View File

@ -257,14 +257,7 @@ rules = ({
match = "window_type = 'dock' || window_type = 'desktop'";
blur-background = false;
corner-radius = 0;
},
{
match = "window_type = 'dock'";
animations = ({
triggers = ["open", "show", "close", "hide"],
})
},
{
}, {
match = "class_g *= 'i3lock' || _NET_WM_STATE@[1] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[2] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[3] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[4] = '_NET_WM_STATE_FULLSCREEN'";
shadow = false;
corner-radius = 0;
@ -353,6 +346,7 @@ animations = ({
shadow-offset-x = "offset-x";
shadow-offset-y = "offset-y";
},
# Half Window Size Desktop Switch
{
triggers = ["workspace-out"];

View File

@ -116,15 +116,6 @@ super + ctrl + shift + space
# move/resize
#
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
pactl set-sink-volume @DEFAULT_SINK@ {-,+}5%
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
super + ctrl + XF86TouchpadToggle
touchpad_toggle.sh
# expand a window by moving one of its side outward
super + alt + {h,j,k,l}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}