i3: Set scripts folder as variable
This commit is contained in:
parent
72b25299d4
commit
262fd63909
@ -10,6 +10,7 @@
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod4
|
||||
set $scripts ~/.config/i3/scripts
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
@ -260,7 +261,7 @@ bindsym $mod+c exec xfce4-terminal --role floating --hide-scrollbar --title Calc
|
||||
bindsym $mod+p exec xwacomcalibrate
|
||||
bindsym $mod+t exec thunar
|
||||
bindsym $mod+m exec xfce4-terminal -x mc
|
||||
bindsym $mod+Shift+c exec jupyter-calculator
|
||||
bindsym $mod+Shift+c exec $scripts/jupyter-calculator
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+s exec pavucontrol
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user