From 9e2272dbf73653d3c76b1711c59cb27f8158d3c7 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 27 Oct 2024 17:12:48 -0400 Subject: [PATCH] fix(i3): add rofimoji and remove i3 restart keybind Signed-off-by: Lucas Sta Maria --- .config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index d7051bd..1ff02d5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -53,6 +53,9 @@ bindsym $mod+e exec --no-startup-id rofi -show drun # bluetooth bindsym $mod+b exec --no-startup-id rofi-bluetooth +# emoji +bindsym $mod+i exec --no-startup-id rofimoji + # emacs bindsym $mod+Return exec emacsclient -n -c -a "" @@ -196,8 +199,6 @@ bindsym $mod+Shift+k move container to workspace next_on_output # reload the configuration file bindsym $mod+Shift+r reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+p restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+period exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"