From 3b1502f6c1fbf715081dabc26ad127b5044905aa Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 23 Jul 2026 12:55:10 -0700 Subject: [PATCH] Set some workspace-specific flows. --- files/settings/i3.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/settings/i3.config b/files/settings/i3.config index c90db13..fe6b36c 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -12,6 +12,7 @@ set $mod Mod4 set $alt Mod1 set $ctrl Control +set $shift Shift # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -138,6 +139,13 @@ bindsym $ctrl+$alt+l exec --no-startup-id i3lock -c 000000 -e -f && sleep 1 && x bindsym $mod+c exec codium-flatpak +## Workspace Specific Workflows ## +bindsym $ctrl+$shift+1 workspace $ws1; exec i3-sensible-terminal; +bindsym $ctrl+$shift+2 workspace $ws2; exec firefox-flatpak; +bindsym $ctrl+$shift+3 workspace $ws3; exec codium-flatpak; + + + ## Brightness ## # Use the bracket keys to change the brightness. # light requires sudo privileges unless video group and udev are configured.