Update i3, sxhkd, picom and Xorg config

This commit is contained in:
2026-03-09 09:27:31 +01:00
parent f85ccc9dfb
commit f106352e40
4 changed files with 64 additions and 60 deletions

25
i3.org
View File

@@ -121,34 +121,36 @@ workspace_auto_back_and_forth yes
* Application Specific
** Open applications on specific workspaces
#+begin_src conf
assign[title="^Fig"] $ws6 # Matlab Figures
for_window [title="^Fig"] move to workspace $ws6
for_window [title="^HG_Peer"] move to workspace $ws6
for_window [title="^Fig"] layout tabbed
assign[title="^HG_Peer"] $ws6 # Name of window when export figure with matlab
#+end_src
#+begin_src conf
assign[class="^RDP"] $ws7 # Remote
# assign[class="^RDP"] 7 # Remote
for_window [class="^RDP"] move to workspace $ws7
for_window [class="^RDP"] layout tabbed
#+end_src
** Open specific applications in floating mode
#+begin_src conf
for_window [class="floating"] floating enable
for_window [title="File Transfer*"] floating enable
for_window [class="GParted"] floating enable border normal
for_window [class="Lxappearance"] floating enable sticky enable border normal
for_window [class="Pavucontrol"] floating enable
for_window [class="pwvucontrol"] floating enable
for_window [class="Arandr"] floating enable
for_window [class="Simple-scan"] floating enable border normal
for_window [class="(?i)System-config-printer.py"] floating enable border normal
for_window [title="^Documentation -"] floating enable border normal
for_window [class="Yad"] floating enable
for_window [title="Bluetooth Devices"] floating enable
for_window [title="Simulink Library Browser"] floating enable
for_window [class="Floating"] floating enable, resize set 800 600, move position 1100 460
for_window [class="mpv"] floating enable # Size/Position is defined in mpv.conf
for_window [class="Sxiv"] floating enable, resize set 800 600, move position center
for_window [class="Nsxiv"] floating enable, resize set 800 600, move position center
for_window [class="Cropgui"] floating enable, resize set 800 600, move position center
for_window [title="khal"] floating enable, resize set 600 600, move position center
for_window [class="jellyfin-tui"] floating enable, resize set 1200 800, move position center
for_window [title="ncmpcpp"] floating enable, resize set 800 400, move position center
for_window [title="stig"] floating enable, resize set 800 400, move position center
for_window [title="Sensors"] floating enable, resize set 800 400, move position center
@@ -158,6 +160,14 @@ for_window [title="Xournal"] floating enable, resize set 1100 750, move position
for_window [title="esrf-phonebook"] floating enable, resize set 1400 400, move position center
for_window [title="^zoom$" class="[zoom]*"] floating enable
for_window [title="F3D"] floating enable, resize set 800 600, move position center
# Simulink
for_window [title="Simulink Library Browser"] floating enable
for_window [title="^Block Parameters:.*"] floating enable, move position center
#+end_src
** Others
#+begin_src conf
no_focus [title="zoom_linux_float_message_reminder"]
#+end_src
* Scratchpad
@@ -229,7 +239,6 @@ bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
bindsym $mod+ctrl+1 move container to workspace 1
bindsym $mod+ctrl+2 move container to workspace 2
@@ -240,7 +249,6 @@ bindsym $mod+ctrl+6 move container to workspace 6
bindsym $mod+ctrl+7 move container to workspace 7
bindsym $mod+ctrl+8 move container to workspace 8
bindsym $mod+ctrl+9 move container to workspace 9
bindsym $mod+ctrl+0 move container to workspace 10
bindsym $mod+Shift+1 move container to workspace 1; workspace 1
bindsym $mod+Shift+2 move container to workspace 2; workspace 2
@@ -251,7 +259,6 @@ bindsym $mod+Shift+6 move container to workspace 6; workspace 6
bindsym $mod+Shift+7 move container to workspace 7; workspace 7
bindsym $mod+Shift+8 move container to workspace 8; workspace 8
bindsym $mod+Shift+9 move container to workspace 9; workspace 9
bindsym $mod+Shift+0 move container to workspace 10; workspace 10
#+end_src
** Preselect