Advertisement
mayocz

bspwmrc

May 17th, 2024
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.55 KB | None | 0 0
  1. #! /bin/zsh
  2.  
  3. # pgrep -x sxhkd > /dev/null || sxhkd &
  4.  
  5. bspc monitor -d I II III IV V VI VII VIII IX X
  6.  
  7. bspc config border_width         2
  8. bspc config window_gap          12
  9.  
  10. bspc config split_ratio          0.52
  11. bspc config borderless_monocle   true
  12. bspc config gapless_monocle      true
  13.  
  14. bspc rule -a Gimp desktop='^8' state=floating follow=on
  15. bspc rule -a Chromium desktop='^2'
  16. bspc rule -a mplayer2 state=floating
  17. bspc rule -a Kupfer.py focus=on
  18. bspc rule -a Screenkey manage=off
  19. bspc rule -a emacs state=tiled
  20. bspc rule -a Emacs state=tiled
  21.  
  22. # bspc config active_border_color "#d0d6ff"
  23. # "xsetroot -cursor_name left_ptr"
  24. bspc config normal_border_color "#faeff9"
  25. bspc config focused_border_color "#d0d6ff"
  26. bspc config -d I window_gap 0
  27.  
  28. #########################
  29.  
  30. # setxkbmap us -variant colemak_dh & && xmodmap -e 'keycode 108 = Hyper_R'
  31. setxkbmap us -variant colemak_dh && xmodmap -e 'keycode 108 = Hyper_R' && xmodmap -e 'add mod3 = Hyper_R'
  32. # xcape -e Caps_Lock=Escape
  33. # setxkbmap -option ctrl:swapcaps
  34. # xcape &
  35. # xcape &
  36. # source ~/.xprofile
  37. # "dunst &"
  38.  
  39. feh --bg-scale ~/Pictures/floral-artistic-1_FHD.jpeg
  40. aw-qt &
  41. xbacklight -set 0.066007 &
  42. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  43. # Wallpaper
  44. # nitrogen --restore &
  45. # Dex
  46. dex -a -s /etc/xdg/autostart/:~/.config/autostart/  &
  47. # Network Applet
  48. # nm-applet --indicator &
  49. # Low battery notifier
  50. ~/.config/bspwm/scripts/low_bat_notifier.sh
  51. # Notifications
  52. /usr/bin/dunst &
  53. rescuetime &
  54. sxhkd &
  55. polybar bspwm &
  56. # alttab &
  57. redshift &
  58. sleep 8 && altab
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement