mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 21:32:28 +00:00
29 lines
724 B
Bash
Executable file
29 lines
724 B
Bash
Executable file
#! /bin/sh
|
|
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
# https://wiki.archlinux.org/index.php/GNOME/Keyring
|
|
# Launch sxhkd
|
|
sxhkd &
|
|
# Launch polybar(s)
|
|
$HOME/.config/polybar/launch.sh &
|
|
# Set windomanager name to LG3D to get JAVA programs back to work
|
|
wmname LG3D
|
|
|
|
bspc config border_width 2
|
|
bspc config window_gap 5
|
|
|
|
bspc config split_ratio 0.52
|
|
bspc config borderless_monocle true
|
|
bspc config gapless_monocle false
|
|
bspc config click_to_focus true
|
|
|
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
|
|
|
bspc rule -a Gimp follow=on floating=on
|
|
bspc rule -a xfce4-notes floating=on
|
|
bspc rule -a quassel desktop=^9 follow=on
|
|
bspc rule -a Franz desktop=^9 follow=on
|
|
bspc rule -a Spotify desktop=^10 follow=on
|