1
0
Fork 0

fix(i3): add rofimoji and remove i3 restart keybind

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-27 17:12:48 -04:00
parent 9f42bc280a
commit 9e2272dbf7
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -53,6 +53,9 @@ bindsym $mod+e exec --no-startup-id rofi -show drun
# bluetooth # bluetooth
bindsym $mod+b exec --no-startup-id rofi-bluetooth bindsym $mod+b exec --no-startup-id rofi-bluetooth
# emoji
bindsym $mod+i exec --no-startup-id rofimoji
# emacs # emacs
bindsym $mod+Return exec emacsclient -n -c -a "" 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 # reload the configuration file
bindsym $mod+Shift+r reload 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) # 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'" 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'"