Set some workspace-specific flows.
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $alt Mod1
|
set $alt Mod1
|
||||||
set $ctrl Control
|
set $ctrl Control
|
||||||
|
set $shift Shift
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# 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
|
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 ##
|
## Brightness ##
|
||||||
# Use the bracket keys to change the brightness.
|
# Use the bracket keys to change the brightness.
|
||||||
# light requires sudo privileges unless video group and udev are configured.
|
# light requires sudo privileges unless video group and udev are configured.
|
||||||
|
|||||||
Reference in New Issue
Block a user