forked from logan/dotfiles
Made jgmenu restart with i3
Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
parent
a511396c91
commit
5352d8dd36
2 changed files with 3 additions and 3 deletions
|
@ -213,6 +213,7 @@ bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c
|
|||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh 2>&1
|
||||
exec_always --no-startup-id ~/.fehbg &
|
||||
exec_always --no-startup-id ~/.config/i3/customalways.sh 2>&1
|
||||
exec_always --no-startup-id /usr/bin/jgmenu --hide-on-startup --icon-size=16 2>&1 &
|
||||
|
||||
exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
exec --no-startup-id compton 2>&1 &
|
||||
|
@ -230,7 +231,6 @@ exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
|||
exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh 2>&1
|
||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
||||
exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
|
||||
exec --no-startup-id /usr/bin/jgmenu --hide-on-startup --icon-size=16 2>&1 &
|
||||
|
||||
default_border pixel 0
|
||||
|
||||
|
|
|
@ -404,7 +404,7 @@ expand-right = true
|
|||
format-spacing = 1
|
||||
|
||||
;; Open the menu
|
||||
label-open = " "
|
||||
label-open = " "
|
||||
label-open-foreground = #FFF
|
||||
|
||||
;; Close the menu
|
||||
|
@ -416,7 +416,7 @@ label-separator-foreground = ${colors.foreground-alt}
|
|||
;; Launcher
|
||||
menu-0-0 =
|
||||
;;menu-0-0-exec = menu-open-1
|
||||
menu-0-0-exec = "jgmenu_run"
|
||||
menu-0-0-exec = "jgmenu_run &"
|
||||
|
||||
;; Move
|
||||
menu-0-1 =
|
||||
|
|
Loading…
Reference in a new issue