diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 00:05:14 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 00:05:14 -0400 |
commit | b13e2dc196995c5a8941b366c56e9ba597ed50db (patch) | |
tree | e3936aab6213e545a7e46834e1ed4195bd250ebc /bspwm | |
parent | d3e6bf8ceb0ea00888a6e1e9a3921f7f9b967a00 (diff) | |
download | configs-b13e2dc196995c5a8941b366c56e9ba597ed50db.tar.gz configs-b13e2dc196995c5a8941b366c56e9ba597ed50db.tar.xz configs-b13e2dc196995c5a8941b366c56e9ba597ed50db.zip |
[rc/{afew,bspwm}] migrate afew and bspwm (and sxhkd) configs
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc deleted file mode 100755 index 4353231..0000000 --- a/bspwm/.config/bspwm/bspwmrc +++ /dev/null @@ -1,58 +0,0 @@ -#! /bin/sh - -sxhkd & -sh ~/.fehbg & -xfce4-panel -d & -#compton & -sleep 0.5 && pasystray --notify=all & - -bspc monitor -d I II III IV V VI VII VIII IX X -#bspc monitor eDP-1 -d I II III IV V -#bspc monitor HDMI-1 -d VI VII VIII IX X - -#bspc config border_width 2 -#bspc config window_gap 8 -bspc config window_gap 0 - -bspc config bottom_padding 26 - -bspc config split_ratio 0.52 -bspc config borderless_monocle true -bspc config gapless_monocle true -bspc config click_to_focus button1 -bspc config directional_focus_tightness low - -bspc rule -a Firefox desktop='^1' follow=on -bspc rule -a Nightly desktop='^1' follow=on -bspc rule -a Emacs desktop='^2' state=tiled follow=on -#bspc rule -a Chromium desktop='^4' follow=on -bspc rule -a URxvt state=floating -bspc rule -a URxvt:tiled state=tiled -bspc rule -a Connman-gtk state=floating -bspc rule -a Xfce4-panel state=floating -bspc rule -a TelegramDesktop state=floating -bspc rule -a Ec state=floating -bspc rule -a Pavucontrol state=floating -bspc rule -a Eog state=floating -bspc rule -a Seahorse state=floating -bspc rule -a mpv state=floating -bspc rule -a Evince state=floating -bspc rule -a Meld state=floating -bspc rule -a Autokey-gtk state=floating -bspc rule -a Mousepad state=floating -bspc rule -a Wrapper-1.0 state=floating -bspc rule -a File-roller state=floating -bspc rule -a Gnome-disks state=floating -bspc rule -a Termite state=floating -bspc rule -a Termite:tiled state=tiled -bspc rule -a Thunderbird:Calendar state=floating -bspc rule -a Audacity state=floating -bspc rule -a Proof state=floating # pvs x-show-proof -bspc rule -a Nm-connection-editor state=floating -bspc rule -a Wire state=floating -bspc rule -a discord state=floating -bspc rule -a X2goclient state=floating -bspc rule -a SimpleScreenRecorder state=floating -bspc rule -a Gimp state=floating -bspc rule -a Wrapper-2.0 state=floating -bspc rule -a Zathura state=tiled |