mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Some Window Manager startup tweaks; Use dmenu instead of albert.
This commit is contained in:
parent
169c5cd743
commit
4db46e190f
5 changed files with 32 additions and 21 deletions
|
@ -2,6 +2,19 @@
|
|||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
# https://wiki.archlinux.org/index.php/GNOME/Keyring
|
||||
# Launch sxhkd
|
||||
sxhkd &
|
||||
# Set Wallpaper
|
||||
$HOME/.fehbg
|
||||
# Launch polybar(s)
|
||||
$HOME/.config/polybar/launch.sh &
|
||||
# Launch NetworkManager applet
|
||||
/usr/bin/nm-applet &
|
||||
# Launch Nextcloud
|
||||
/usr/bin/nextcloud &
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 5
|
||||
|
||||
|
@ -16,8 +29,3 @@ bspc rule -a Gimp desktop=^8 follow=on floating=on
|
|||
bspc rule -a Chromium desktop=^2
|
||||
bspc rule -a mplayer2 floating=on
|
||||
bspc rule -a Screenkey manage=off
|
||||
|
||||
# THIS SHOULD BE THE LAST!
|
||||
# Lauch polybar(s)
|
||||
$HOME/.config/polybar/launch.sh
|
||||
/usr/bin/albert
|
||||
|
|
|
@ -56,6 +56,10 @@ super + w
|
|||
# wm independent hotkeys
|
||||
##
|
||||
|
||||
# Start dmenu
|
||||
super + Space
|
||||
dmenu
|
||||
|
||||
# Start urxvt terminal
|
||||
super + Return
|
||||
urxvt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue