Clean up configs, remove bashrc conflicting with bash
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
# key bindings
|
||||
sxhkd &
|
||||
@ -12,16 +12,13 @@ ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
# launch compton
|
||||
al-compositor --start &
|
||||
|
||||
# restore wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# gnome polkit
|
||||
lxpolkit &
|
||||
|
||||
# panel
|
||||
al-tint2-session &
|
||||
sleep 1; launch-polybar &
|
||||
|
||||
|
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
@ -40,7 +37,7 @@ bspc config paddingless_monocle true
|
||||
|
||||
bspc config pointer_modifier mod1
|
||||
bspc config click_to_focus true
|
||||
bspc configpointer_action1 move
|
||||
bspc config pointer_action1 move
|
||||
bspc config pointer_action2 resize_side
|
||||
bspc config pointer_action3 resize_corner
|
||||
|
||||
|
Reference in New Issue
Block a user