From bbf32b246a7079815d8de4ed034ff1c3de48307d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 5 Feb 2020 09:04:42 +0000 Subject: [PATCH] Bind eject button to show power button too --- files/i3.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/i3.conf b/files/i3.conf index e651d86..aa6f158 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -40,6 +40,7 @@ bindsym Control+Shift+Escape exec --no-startup-id gnome-system-monitor bindsym Control+Q exec --no-startup-id /bin/false bindsym $mod+Shift+Delete exec --no-startup-id rofi-powermenu bindcode 124 exec --no-startup-id rofi-powermenu +bindcode XF86Eject --no-startup-id rofi-powermenu bindsym $mod+P exec --no-startup-id rofi-screenlayout bindsym $mod+Shift+c exec --no-startup-id code-project-list