Correction : suppression de sensible-browser, remplacer par une variable $browser
This commit is contained in:
parent
e8aa03ecb6
commit
fcd3b35aa6
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
set $mod Mod4
|
||||
floating_modifier $mod
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
set $browser librewolf
|
||||
|
||||
# Font
|
||||
font pango:monospace 9
|
||||
|
|
|
@ -5,7 +5,7 @@ bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
|
|||
# Launchers
|
||||
bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
||||
bindsym $mod+F1 exec --no-startup-id mixxx
|
||||
bindsym $mod+F2 exec --no-startup-id sensible-browser
|
||||
bindsym $mod+F2 exec --no-startup-id $browser
|
||||
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
|
|
Loading…
Reference in a new issue