[vriska] i3 config: display setup; dmenu keys; zoom rules

This commit is contained in:
Lexi Stelter 2020-06-30 11:15:26 +02:00
parent e13244fe7e
commit 0f3abdcc0e
1 changed files with 10 additions and 9 deletions

View File

@ -25,9 +25,9 @@ set $mod Mod4
#set $OUTPUT3 DP-2-2 #set $OUTPUT3 DP-2-2
# -- HOME OFFICE -- # -- HOME OFFICE --
set $OUTPUT1 DP-2-3 set $OUTPUT1 DP-1-1
set $OUTPUT2 eDP-1 set $OUTPUT2 eDP-1
set $OUTPUT3 DP-1-1 set $OUTPUT3 DP-2-3
# -- HOME OFFICE @ Jenny -- # -- HOME OFFICE @ Jenny --
#set $OUTPUT1 DP-2 #set $OUTPUT1 DP-2
@ -114,10 +114,10 @@ for_window [window_role="floating"] floating enable
bindsym $mod+Shift+Return exec i3-sensible-terminal --window --role=floating bindsym $mod+Shift+Return exec i3-sensible-terminal --window --role=floating
# ~~ Start application launcher (dmenu) # ~~ Start application launcher (dmenu)
# This one only displays .desktop file applications
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# Regular dmenu: # Regular dmenu:
bindsym $mod+Shift+d exec dmenu_run bindsym $mod+d exec dmenu_run
# This one only displays .desktop file applications
bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop
# ~~ Kill focused window # ~~ Kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
@ -202,7 +202,7 @@ set $WS11 11
# Alternative set of workspaces for secondary monitor # Alternative set of workspaces for secondary monitor
set $WSf1 "F1: com" set $WSf1 "F1: com"
set $WSf2 "F2: music" set $WSf2 "F2"
set $WSf3 "F3" set $WSf3 "F3"
set $WSf4 "F4" set $WSf4 "F4"
set $WSf5 "F5" set $WSf5 "F5"
@ -218,7 +218,7 @@ set $WSf12 "F12"
set $WS_www $WS1 set $WS_www $WS1
set $WS_mail $WS10 set $WS_mail $WS10
set $WS_com $WSf1 set $WS_com $WSf1
set $WS_music $WSf2 set $WS_music $WSf4
# ~~ Assign workspaces to displays # ~~ Assign workspaces to displays
workspace $WS1 output $OUTPUT1 workspace $WS1 output $OUTPUT1
@ -356,9 +356,10 @@ for_window [class="^Pavucontrol$"] floating enable
# ~~ Zoom # ~~ Zoom
assign [class="^zoom$"] output $OUTPUT_INTERN assign [class="^zoom$"] output $OUTPUT_INTERN
assign [class="^zoom$"] $WSf4 assign [class="^zoom$"] $WSf2
for_window [class="^zoom$"] move container to workspace $WSf4 for_window [class="^zoom$"] move container to workspace $WSf2
for_window [class="^zoom$"] floating enable for_window [class="^zoom$"] floating enable
for_window [class="^zoom$" title="^Zoom Meeting$"] floating disable
# DESKTOP AND APPLICATION KEYBINDINGS # DESKTOP AND APPLICATION KEYBINDINGS