Compare commits
2 Commits
6d0b0f52f5
...
751cbbc055
| Author | SHA1 | Date | |
|---|---|---|---|
| 751cbbc055 | |||
| 5175b7ff0c |
@@ -9,6 +9,8 @@
|
|||||||
#
|
#
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
|
# Use the `xev` command to see the name and code of a keyboard key.
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $alt Mod1
|
set $alt Mod1
|
||||||
set $ctrl Control
|
set $ctrl Control
|
||||||
@@ -198,8 +200,8 @@ set $ws3 "3 - PRG"
|
|||||||
set $ws4 "4 - FLT"
|
set $ws4 "4 - FLT"
|
||||||
# Chats
|
# Chats
|
||||||
set $ws5 "5 - CHT"
|
set $ws5 "5 - CHT"
|
||||||
# Editors
|
# Torrents
|
||||||
set $ws6 "6 - EDT"
|
set $ws6 "6 - TOR"
|
||||||
# Entertainment
|
# Entertainment
|
||||||
set $ws7 "7 - ENT"
|
set $ws7 "7 - ENT"
|
||||||
# Music
|
# Music
|
||||||
@@ -234,6 +236,9 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
|
|||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||||
|
|
||||||
## Keep certain programs in certain tabs. ##
|
## Keep certain programs in certain tabs. ##
|
||||||
|
# Use the `xprop` command to find the class of a program.
|
||||||
|
# (?i) makes the regex case insensitive.
|
||||||
|
|
||||||
assign [class="(?i)Navigator"] $ws2
|
assign [class="(?i)Navigator"] $ws2
|
||||||
assign [class="(?i).*Firefox.*"] $ws2
|
assign [class="(?i).*Firefox.*"] $ws2
|
||||||
|
|
||||||
@@ -241,6 +246,8 @@ assign [class="(?i).*Codium.*"] $ws3
|
|||||||
|
|
||||||
assign [class="(?i).*Code.*"] $ws4
|
assign [class="(?i).*Code.*"] $ws4
|
||||||
|
|
||||||
|
assign [class="(?i).*Transmission.*"] $ws6
|
||||||
|
|
||||||
assign [class="(?i).*VPN.*"] $ws10
|
assign [class="(?i).*VPN.*"] $ws10
|
||||||
assign [class="(?i).*Mullvad.*"] $ws10
|
assign [class="(?i).*Mullvad.*"] $ws10
|
||||||
|
|
||||||
@@ -318,6 +325,7 @@ bar {
|
|||||||
|
|
||||||
exec i3-sensible-terminal
|
exec i3-sensible-terminal
|
||||||
#exec firefox-flatpak
|
#exec firefox-flatpak
|
||||||
|
exec transmission
|
||||||
|
|
||||||
exec light -O
|
exec light -O
|
||||||
exec light -N 0
|
exec light -N 0
|
||||||
|
|||||||
Reference in New Issue
Block a user