From 21749df08dbd93b09c291ce66345b4636100a5da Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 29 Jul 2020 22:39:08 +0530 Subject: ekk --- bspwm/.config/bspwm/bspwmrc | 17 ++++------------- picom/.config/picom.conf | 4 ++-- spectrwm/.config/spectrwm/spectrwm.conf | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 12 ++++++------ x/.xinitrc | 2 +- 5 files changed, 14 insertions(+), 23 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 70afbc5..472e32e 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,25 +1,16 @@ #! /bin/sh sxhkd & -dunst & -unclutter & -compton &> /dev/null & -xss-lock -- ~/.local/bin/lock & -~/.local/bin/bat_check.sh & -redshift -l 13.082680:80.270718 & -~/.fehbg & -urxvtd & bspc monitor -d term web music files code virt chat game IX X bspc config border_width 0 bspc config window_gap 8 - -bspc config split_ratio 0.52 +bspc config focus_follows_pointer true +bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true -bspc rule -a Firefox desktop='^2' -bspc rule -a Spacefm desktop='^4' +bspc rule -a Chromium desktop='^2' -$HOME/.config/polybar/launch.sh & +~/bartest | lemonbar -F "#000000" & diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index b51f5fc..eb647e8 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -1,5 +1,5 @@ ## SHADOWS -shadow = false; +shadow = true; shadow-radius = 15; shadow-offset-x = -12; shadow-offset-y = -12; @@ -69,4 +69,4 @@ detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; corner-radius = 5; -rounded-corners-exclude = [ "name = 'Spectrwm'" ] +rounded-corners-exclude = [ "name = 'bar'" ] diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 8fd48f2..7c0ff48 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf @@ -66,7 +66,7 @@ urgent_enabled = 1 # region = screen[1]:1280x1024+1280+0 # Launch applications in a workspace of choice -autorun = ws[2]:chromium --profile-directory=Default +# autorun = ws[2]:chromium --profile-directory=Default # Customize workspace layout at start # layout = ws[1]:4:0:0:0:vertical diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 315cc92..2db257e 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -29,7 +29,7 @@ super + Escape super + shift + w firefox control + alt + l - /home/fd0e/.local/bin/lock + xset s activate super + shift + f spacefm Print @@ -150,16 +150,16 @@ super + {Left,Down,Up,Right} #Volume XF86Audio{RaiseVolume,LowerVolume} - amixer set Master {'5%+','5%-'} + pulsemixer --change-volume {+5,-5} XF86AudioMute - amixer set Master toggle + pulsemixer --toggle-mute #Playerctl XF86Audio{Play,Next,Prev} - playerctl {play-pause,next,previous} + cmus-remote {-u,-n,-r} #light XF86MonBrightnessDown - sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' + sudo ~/bin/light d XF86MonBrightnessUp - sudo bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' + sudo ~/bin/light u diff --git a/x/.xinitrc b/x/.xinitrc index 2269628..e463e18 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -14,4 +14,4 @@ urxvtd & ~/.local/bin/bat_check.sh & picom & dunst & -exec spectrwm +exec bspwm -- cgit v1.2.3