mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 13:32:49 +01:00
add support for more launcher keys to i3
This commit is contained in:
parent
47d6d3b579
commit
d6342e54d0
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ bindsym XF86AudioPrev exec playerctl previous
|
|||
# other fancy keys
|
||||
bindsym XF86Mail exec <% opt.commands.email %>
|
||||
bindsym XF86Calculator exec <% opt.commands.calculator %>
|
||||
bindsym XF86Explorer exec <% opt.commands.file_manager %>
|
||||
bindsym XF86HomePage exec <% opt.commands.browser %>
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
|
Loading…
Reference in a new issue