bspwm and sxhkd
This commit is contained in:
parent
73a022bfe6
commit
ed81ad21b8
12
bin/.bin/btSelector
Executable file
12
bin/.bin/btSelector
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
scan_first=$(echo -e "yes\nno" | dmenu -l 2)
|
||||
|
||||
if [[ ${scan_first} = 'yes' ]]; then
|
||||
bluetoothctl scan on &
|
||||
sleep 10 && kill $!
|
||||
fi
|
||||
|
||||
device=$(bluetoothctl devices | dmenu -i -l 15 | cut -d ' ' -f 2)
|
||||
|
||||
bluetoothctl connect ${device}
|
@ -31,7 +31,7 @@ bspc config normal_border_color "#2D2D2D"
|
||||
#"#000000"
|
||||
bspc config presel_feedback_color "#1ABB9B"
|
||||
#"#8F3724"
|
||||
bspc config border_width 2
|
||||
bspc config border_width 1
|
||||
|
||||
bspc config focus_follows_pointer true
|
||||
#bspc config pointer_follows_focus true #Some keybindings automatically enable and disable this setting
|
||||
@ -72,7 +72,7 @@ bspc rule -a dockbarx layer=above
|
||||
bspc rule -a google-chrome-unstable private=on
|
||||
bspc rule -a google-chrome-stable private=on
|
||||
bspc rule -a chromium private=on
|
||||
bspc rule -a firefox private=on fullscreen=on
|
||||
bspc rule -a firefox private=on
|
||||
bspc rule -a midori private=on
|
||||
bspc rule -a gnome-pie border=off manage=off
|
||||
bspc rule -a wpa_gui state=pseudo_tiled
|
||||
|
1
sxhkd/.config/GTKmenu/BspwmDesktopMenui
Normal file
1
sxhkd/.config/GTKmenu/BspwmDesktopMenui
Normal file
File diff suppressed because one or more lines are too long
1
sxhkd/.config/GTKmenu/LaunchMenu
Normal file
1
sxhkd/.config/GTKmenu/LaunchMenu
Normal file
File diff suppressed because one or more lines are too long
@ -62,14 +62,14 @@ super + ctrl + Return
|
||||
auto-presel
|
||||
|
||||
# Presel window for splitting in certain direction
|
||||
alt + ctrl + {q,s,z,d}
|
||||
bspc node -p \~{west,south,north,east} -i
|
||||
# alt + ctrl + {q,s,z,d}
|
||||
# bspc node -p \~{west,south,north,east} -i
|
||||
|
||||
alt + ctrl + {h,j,k,l}
|
||||
bspc node -p \~{west,south,north,east}
|
||||
# alt + ctrl + {h,j,k,l}
|
||||
# bspc node -p \~{west,south,north,east}
|
||||
|
||||
alt + ctrl + {Left,Down,Up,Right}
|
||||
bspc node -p \~{west,south,north,east}
|
||||
# alt + ctrl + {Left,Down,Up,Right}
|
||||
# bspc node -p \~{west,south,north,east}
|
||||
|
||||
# Presel the desktop for splitting in certain direction
|
||||
alt + shift + {q,s,z,d}
|
||||
@ -88,7 +88,7 @@ alt + ctrl + {1-9}
|
||||
super + Return
|
||||
windowpromoter
|
||||
|
||||
# # Create a new "master area", splitting the whole desktop instead of just windows.
|
||||
# Create a new "master area", splitting the whole desktop instead of just windows.
|
||||
# alt + Return
|
||||
# bspc node -n @/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user