add workstation-specific overrides
~/.config/i3/hostname.conf
This commit is contained in:
+7
-2
@@ -9,7 +9,7 @@ default_border none
|
||||
smart_borders on
|
||||
smart_gaps on
|
||||
for_window [class="^.*"] border pixel 2
|
||||
gaps inner 24
|
||||
gaps inner 8
|
||||
gaps outer 0
|
||||
|
||||
no_focus [window_role="pop-up"]
|
||||
@@ -63,7 +63,7 @@ floating_maximum_size -1 x -1
|
||||
#tiling_drag modifier titlebar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
@@ -249,6 +249,8 @@ exec --no-startup-id nm-applet
|
||||
exec --no-startup-id volumeicon
|
||||
exec --no-startup-id dunst
|
||||
|
||||
# Specific windows
|
||||
|
||||
# Assign workspaces (find class with xprop)
|
||||
assign [class="Firefox-esr"] 2
|
||||
assign [class="firefox"] 2
|
||||
@@ -256,3 +258,6 @@ assign [class="Brave-browser"] 2
|
||||
assign [class="firedragon"] 2
|
||||
assign [class="Signal"] 4
|
||||
assign [class="discord"] 4
|
||||
|
||||
# workstation specific overrides
|
||||
include ~/.config/i3/`hostname`.conf
|
||||
|
||||
Reference in New Issue
Block a user