mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 12:59:28 +02:00
renamed polybar launch script
This commit is contained in:
@@ -276,7 +276,7 @@ for_window [urgent=latest] focus
|
|||||||
bindsym $mod+o reload
|
bindsym $mod+o reload
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+o restart
|
bindsym $mod+Shift+o restart
|
||||||
bindsym $mod+Ctrl+o exec --no-startup-id "sh ~/.config/i3/reload_i3_w_polybar.sh"
|
bindsym $mod+Ctrl+o exec --no-startup-id "sh ~/.config/polybar/launch.sh"
|
||||||
|
|
||||||
|
|
||||||
################################################################################################
|
################################################################################################
|
||||||
|
|||||||
@@ -41,8 +41,7 @@ alias coffee="caffeinate sleep"
|
|||||||
# polybar
|
# polybar
|
||||||
alias killpoly="killall polybar"
|
alias killpoly="killall polybar"
|
||||||
alias polybar="setsid polybar"
|
alias polybar="setsid polybar"
|
||||||
alias repoly="zsh ~/.config/polybar/launch_polybar.sh"
|
alias repoly="zsh ~/.config/polybar/launch.sh"
|
||||||
alias repoly_float="zsh ~/.config/polybar/launch_polybar_floating.sh"
|
|
||||||
|
|
||||||
# nano
|
# nano
|
||||||
alias nano="nano -c"
|
alias nano="nano -c"
|
||||||
|
|||||||
Reference in New Issue
Block a user