Compare commits
No commits in common. "68b85312d710b456697ae94bd881d3e9bdcab595" and "d17a5d94215243e2578e8ce7c342614a5ebe1d4f" have entirely different histories.
68b85312d7
...
d17a5d9421
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
bspc monitor DVI-I-1 -d I II III IV V
|
||||||
pgrep -x polybar > /dev/null || polybar &
|
bspc monitor HDMI-1 -d VI VII VIII IX X
|
||||||
|
|
||||||
bspc config border_width 3
|
bspc config border_width 3
|
||||||
bspc config window_gap 5
|
bspc config window_gap 5
|
||||||
|
@ -23,11 +23,11 @@ bspc config active_border_color "#E0A3B6"
|
||||||
bspc config normal_border_color "#8393A1"
|
bspc config normal_border_color "#8393A1"
|
||||||
bspc config focused_border_color "#93D4C5"
|
bspc config focused_border_color "#93D4C5"
|
||||||
|
|
||||||
xhost +si:localuser:$USER &
|
|
||||||
xmodmap ~/.Xmodmap
|
|
||||||
|
|
||||||
picom &
|
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 &
|
dunst &
|
||||||
xmousepasteblock &
|
xmousepasteblock &
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
|
pgrep -x polybar > /dev/null || polybar 2>/home/doryan/.config/bspwm/log&
|
||||||
|
|
|
@ -257,14 +257,7 @@ rules = ({
|
||||||
match = "window_type = 'dock' || window_type = 'desktop'";
|
match = "window_type = 'dock' || window_type = 'desktop'";
|
||||||
blur-background = false;
|
blur-background = false;
|
||||||
corner-radius = 0;
|
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'";
|
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;
|
shadow = false;
|
||||||
corner-radius = 0;
|
corner-radius = 0;
|
||||||
|
@ -353,6 +346,7 @@ animations = ({
|
||||||
shadow-offset-x = "offset-x";
|
shadow-offset-x = "offset-x";
|
||||||
shadow-offset-y = "offset-y";
|
shadow-offset-y = "offset-y";
|
||||||
},
|
},
|
||||||
|
|
||||||
# Half Window Size Desktop Switch
|
# Half Window Size Desktop Switch
|
||||||
{
|
{
|
||||||
triggers = ["workspace-out"];
|
triggers = ["workspace-out"];
|
||||||
|
|
|
@ -116,15 +116,6 @@ super + ctrl + shift + space
|
||||||
# move/resize
|
# 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
|
# expand a window by moving one of its side outward
|
||||||
super + alt + {h,j,k,l}
|
super + alt + {h,j,k,l}
|
||||||
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
|
||||||
|
|
Loading…
Reference in New Issue