From e8eb5c68a79d94b2184bc5afa2c194368f32aea6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Jul 2026 17:34:31 -0700 Subject: [PATCH] Add shortcuts for a few more programs. Change from hardcoded st to variable currently holding 'alacritty'. --- files/settings/i3.config | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/files/settings/i3.config b/files/settings/i3.config index b333915..bcdd11d 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -49,8 +49,8 @@ floating_modifier $mod tiling_drag modifier titlebar # start a terminal -bindsym $mod+Return exec st -# Used to be i3-sensible-terminal, but was calling gnome-terminal :c +bindsym $mod+Return exec i3-sensible-terminal +#bindsym $mod+Return exec st # kill focused window #bindsym $mod+Shift+q kill @@ -117,6 +117,19 @@ bindsym $mod+a focus parent #bindsym $mod+d focus child +## Extra Program Shortcuts ## + +# Theming. +bindsym $mod+t exec lxappearance + +# Manage files. +bindsym $mod+m exec thunar + +# Internet. +#bindsym $mod+i exec firefox +bindsym $mod+i exec firefox-flatpak + + ## Brightness ## # Use the bracket keys to change the brightness. # light requires sudo privileges unless video group and udev are configured. @@ -251,7 +264,8 @@ bar { status_command i3status } + ## Startup Applications ## -exec st +exec i3-sensible-terminal #exec firefox-flatpak