1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 04:30:53 +02:00

renamed polybar launch script

This commit is contained in:
Simon
2021-01-21 12:21:18 +01:00
parent 89116e3d52
commit 61d634adb6
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ for_window [urgent=latest] focus
bindsym $mod+o reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
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"
################################################################################################
+1 -2
View File
@@ -41,8 +41,7 @@ alias coffee="caffeinate sleep"
# polybar
alias killpoly="killall polybar"
alias polybar="setsid polybar"
alias repoly="zsh ~/.config/polybar/launch_polybar.sh"
alias repoly_float="zsh ~/.config/polybar/launch_polybar_floating.sh"
alias repoly="zsh ~/.config/polybar/launch.sh"
# nano
alias nano="nano -c"