mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-27 21:49:31 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
83
config/i3/workspaces.conf
Executable file
83
config/i3/workspaces.conf
Executable file
|
|
@ -0,0 +1,83 @@
|
|||
set $ws1 "1"
|
||||
set $ws2 "2"
|
||||
set $ws3 "3"
|
||||
set $ws4 "4"
|
||||
set $ws5 "5"
|
||||
set $ws6 "6"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
set $ws11 "11"
|
||||
######################################
|
||||
# Mouvements
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace 1
|
||||
bindsym $mod+2 workspace 2
|
||||
bindsym $mod+3 workspace 3
|
||||
bindsym $mod+4 workspace 4
|
||||
bindsym $mod+5 workspace 5
|
||||
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+F12 workspace 11
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace 1
|
||||
bindsym $mod+Shift+2 move container to workspace 2
|
||||
bindsym $mod+Shift+3 move container to workspace 3
|
||||
bindsym $mod+Shift+4 move container to workspace 4
|
||||
bindsym $mod+Shift+5 move container to workspace 5
|
||||
bindsym $mod+Shift+6 move container to workspace 6
|
||||
bindsym $mod+Shift+7 move container to workspace 7
|
||||
bindsym $mod+Shift+8 move container to workspace 8
|
||||
bindsym $mod+Shift+9 move container to workspace 9
|
||||
bindsym $mod+Shift+0 move container to workspace 10
|
||||
bindsym $mod+Shift+F12 move container to workspace 11
|
||||
|
||||
# switch to workspace with numlock keys
|
||||
bindcode $mod+Mod2+87 workspace 1
|
||||
bindcode $mod+Mod2+88 workspace 2
|
||||
bindcode $mod+Mod2+89 workspace 3
|
||||
bindcode $mod+Mod2+83 workspace 4
|
||||
bindcode $mod+Mod2+84 workspace 5
|
||||
bindcode $mod+Mod2+85 workspace 6
|
||||
bindcode $mod+Mod2+79 workspace 7
|
||||
bindcode $mod+Mod2+80 workspace 8
|
||||
bindcode $mod+Mod2+81 workspace 9
|
||||
bindcode $mod+Mod2+90 workspace 10
|
||||
|
||||
# move focused container to workspace with numlock keys
|
||||
bindcode $mod+Shift+Mod2+87 move container to workspace 1
|
||||
bindcode $mod+Shift+Mod2+88 move container to workspace 2
|
||||
bindcode $mod+Shift+Mod2+89 move container to workspace 3
|
||||
bindcode $mod+Shift+Mod2+83 move container to workspace 4
|
||||
bindcode $mod+Shift+Mod2+84 move container to workspace 5
|
||||
bindcode $mod+Shift+Mod2+85 move container to workspace 6
|
||||
bindcode $mod+Shift+Mod2+79 move container to workspace 7
|
||||
bindcode $mod+Shift+Mod2+80 move container to workspace 8
|
||||
bindcode $mod+Shift+Mod2+81 move container to workspace 9
|
||||
bindcode $mod+Shift+Mod2+90 move container to workspace 10
|
||||
|
||||
######################################
|
||||
# Assignments
|
||||
# bind program to workspace and focus to them on startup:
|
||||
assign [class="Brave-browser"] 1
|
||||
assign [class="Thunar"] 2
|
||||
assign [class="Codium"] 3
|
||||
assign [class="TelegramDesktop"] 4
|
||||
assign [class="discord"] 5
|
||||
assign [class="GitHub Desktop"] 10
|
||||
|
||||
# automatic set focus new window if it opens on another workspace then the current:
|
||||
for_window [class=Brave-browser] focus
|
||||
for_window [class=Thunar] focus
|
||||
for_window [class=Codium] focus
|
||||
for_window [class=TelegramDesktop] focus
|
||||
for_window [class=discord] focus
|
||||
for_window [class="GitHub Desktop" ] focus
|
||||
|
||||
workspace 11 output HDMI-0
|
||||
Loading…
Add table
Add a link
Reference in a new issue