Skip to content

Commit 84024bb

Browse files
committedAug 23, 2021
upated readme. slack/telegram/discord onedark themes. deprecated scratchpads in favor of tdrop
1 parent 6375276 commit 84024bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+5906
-7950
lines changed
 

‎.config/bspwm/autostart.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ oneDouble & # only after picom should we invoke.
2525
# caps as esc or control when used with another key.
2626
setxkbmap -option ctrl:nocaps
2727
xcape -e 'Control_L=Escape'
28-
29-
xcape -e "Super_L=Super_L|space"
28+
xcape -e "Super_L=Super_L|space" # hitting super alone will invoke rofi via launcher.sh
3029

3130
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
3231
run volumeicon &
@@ -35,7 +34,7 @@ run volumeicon &
3534
feh --bg-scale ~/Pictures/wallpapers/OneDark/the-neon-shallows-oned.png &
3635
run greenclip daemon &
3736
run dunst &
38-
$HOME/.config/polybar/launch.sh &
37+
run $HOME/.config/polybar/launch.sh bspwm &
3938

4039
#kitty --class dropdown &
4140
#thunar &

0 commit comments

Comments
 (0)
Please sign in to comment.