Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/zsh
- # pgrep -x sxhkd > /dev/null || sxhkd &
- bspc monitor -d I II III IV V VI VII VIII IX X
- bspc config border_width 2
- bspc config window_gap 12
- bspc config split_ratio 0.52
- bspc config borderless_monocle true
- bspc config gapless_monocle true
- bspc rule -a Gimp desktop='^8' state=floating follow=on
- bspc rule -a Chromium desktop='^2'
- bspc rule -a mplayer2 state=floating
- bspc rule -a Kupfer.py focus=on
- bspc rule -a Screenkey manage=off
- bspc rule -a emacs state=tiled
- bspc rule -a Emacs state=tiled
- # bspc config active_border_color "#d0d6ff"
- # "xsetroot -cursor_name left_ptr"
- bspc config normal_border_color "#faeff9"
- bspc config focused_border_color "#d0d6ff"
- bspc config -d I window_gap 0
- #########################
- # setxkbmap us -variant colemak_dh & && xmodmap -e 'keycode 108 = Hyper_R'
- setxkbmap us -variant colemak_dh && xmodmap -e 'keycode 108 = Hyper_R' && xmodmap -e 'add mod3 = Hyper_R'
- # xcape -e Caps_Lock=Escape
- # setxkbmap -option ctrl:swapcaps
- # xcape &
- # xcape &
- # source ~/.xprofile
- # "dunst &"
- feh --bg-scale ~/Pictures/floral-artistic-1_FHD.jpeg
- aw-qt &
- xbacklight -set 0.066007 &
- /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
- # Wallpaper
- # nitrogen --restore &
- # Dex
- dex -a -s /etc/xdg/autostart/:~/.config/autostart/ &
- # Network Applet
- # nm-applet --indicator &
- # Low battery notifier
- ~/.config/bspwm/scripts/low_bat_notifier.sh
- # Notifications
- /usr/bin/dunst &
- rescuetime &
- sxhkd &
- polybar bspwm &
- # alttab &
- redshift &
- sleep 8 && altab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement