From ab7480c00b4163e578cf299b886b5a109bab8a0b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 18 Dec 2021 13:37:52 +0200 Subject: [PATCH] i3: Super+T for Text editor, Super+Shift+T for Kdocker Resolves: #122 --- conf/i3/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 2aa700b0..e813d088 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -32,6 +32,7 @@ set $mod Mod4 # Stop repeating the same thing everywhere! set $SHELL /bin/zsh set $TERMINAL mate-terminal --hide-menubar +set $TEXTEDITOR pluma # For use without display managers. All display managers seem to be # horrible, LightDM user switching is insecure, GDM depends on GNOME, SDDM # doesn't support `passwd -de` @@ -334,8 +335,11 @@ bindsym $mod+Shift+Escape exec "i3-nagbar -t warning -m 'You pressed the HIBERNA bindsym Mod1+Tab exec --no-startup-id rofi -show window bindsym $mod+g exec --no-startup-id rofi -show window -# Telakoi (dock in Finnish) the focused window -bindsym $mod+t exec --no-startup-id kdocker -f +# Open text editor +bindsym $mod+t exec --no-startup-id $TEXTEDITOR + +# Telakoi/Tray (dock in Finnish) the focused window +bindsym $mod+Shift+t exec --no-startup-id kdocker -f # For some reason my keyboard has a dedicated button for calculator bindsym XF86Calculator exec --no-startup-id galculator