Switched everything to jgmenu because I like it
Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
parent
d71224a0e0
commit
afa84403d6
2 changed files with 9 additions and 7 deletions
|
@ -48,7 +48,8 @@ bindsym $mod+Shift+q kill
|
|||
|
||||
# start dmenu (a program launcher)
|
||||
#bindsym $mod+d exec dmenu_run
|
||||
bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal"
|
||||
bindsym $mod+d exec jgmenu_run
|
||||
#bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal"
|
||||
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
|
@ -209,9 +210,9 @@ bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c
|
|||
# status_command i3status
|
||||
#}
|
||||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
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
|
||||
exec_always --no-startup-id ~/.config/i3/customalways.sh 2>&1
|
||||
|
||||
exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
exec --no-startup-id compton 2>&1 &
|
||||
|
@ -226,9 +227,10 @@ exec --no-startup-id /usr/bin/syncthing -no-browser -home="/home/logan/.config/s
|
|||
exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 &
|
||||
exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 &
|
||||
exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
||||
exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh
|
||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||
exec --no-startup-id ~/.config/i3/customonce.sh
|
||||
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
|
||||
|
||||
|
|
|
@ -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"
|
||||
menu-0-0-exec = "jgmenu_run"
|
||||
|
||||
;; Move
|
||||
menu-0-1 =
|
||||
|
|
Loading…
Reference in a new issue