summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
authorShubham Saini <x@ghost.localdomain>2020-08-01 10:27:02 +0000
committerShubham Saini <x@ghost.localdomain>2020-08-01 10:27:02 +0000
commitaa1fbe12aec99cecd90f2e7ea21d8ab2110ac4ba (patch)
tree14d0552185d24907a166724c635d05857b90a35e /bspwm
parent21749df08dbd93b09c291ce66345b4636100a5da (diff)
added lemon
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc30
1 files changed, 23 insertions, 7 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 472e32e..0eff3f8 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -1,16 +1,32 @@
1#! /bin/sh 1#!/bin/bash
2
3sxhkd &
4
5bspc monitor -d term web music files code virt chat game IX X
6 2
3# bspwm
4bspc monitor -d 1 2 3 4 5 6
7bspc config border_width 0 5bspc config border_width 0
8bspc config window_gap 8 6bspc config window_gap 8
9bspc config focus_follows_pointer true
10bspc config split_ratio 0.50 7bspc config split_ratio 0.50
8bspc config focus_follows_pointer true
11bspc config borderless_monocle true 9bspc config borderless_monocle true
12bspc config gapless_monocle true 10bspc config gapless_monocle true
13 11
12# rules
14bspc rule -a Chromium desktop='^2' 13bspc rule -a Chromium desktop='^2'
14bspc rule -a Steam desktop='^6'
15
16# scratchpad
17bspc rule -a scratchpad sticky=on state=floating hidden=on
18[ "$(ps -x | grep -c 'scratchpad')" -eq "1" ] && st -c scratchpad -e ~/bin/scratch &
15 19
16~/bartest | lemonbar -F "#000000" & 20# autostart
21xrdb -merge ~/.Xresources &
22xsetroot -cursor_name left_ptr &
23sxhkd &
24xss-lock -- slock &
25xset b off &
26xset s 300 &
27~/.fehbg &
28urxvtd &
29~/.local/bin/bat_check.sh &
30picom &
31dunst &
32~/bin/panel