Multiple updates
This commit is contained in:
parent
b12f85c540
commit
86022fea31
@ -182,10 +182,10 @@ bindsym $mod+p exec mpc --host $HOME/.config/mpd/socket toggle
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1: shell"
|
||||
set $ws2 "2: web"
|
||||
set $ws3 "3: code"
|
||||
set $ws4 "4: rdp"
|
||||
set $ws3 "3: email"
|
||||
set $ws4 "4: code"
|
||||
set $ws5 "5: games"
|
||||
set $ws6 "6"
|
||||
set $ws6 "6: rdp"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
@ -194,7 +194,7 @@ set $ws10 "10"
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
bindsym $mod+2 workspace $ws2; layout tabbed
|
||||
bindsym $mod+3 workspace $ws3
|
||||
bindsym $mod+3 workspace $ws3; layout tabbed
|
||||
bindsym $mod+4 workspace $ws4; layout tabbed
|
||||
bindsym $mod+5 workspace $ws5
|
||||
bindsym $mod+6 workspace $ws6
|
||||
@ -242,9 +242,10 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
|
||||
for_window [class="urxvt"] border pixel 5
|
||||
for_window [title="Mozilla Firefox"] move container to workspace $ws2
|
||||
for_window [title="Chromium"] move container to workspace $ws2
|
||||
for_window [class="VSCodium"] move container to workspace $ws3
|
||||
for_window [title="Visual Studio Code"] move container to workspace $ws3
|
||||
for_window [class="xfreerdp"] floating disable move container to workspace $ws4
|
||||
for_window [title="Mozilla Thunderbird"] move container to workspace $ws3
|
||||
for_window [class="VSCodium"] move container to workspace $ws4
|
||||
for_window [title="Visual Studio Code"] move container to workspace $ws4
|
||||
for_window [class="xfreerdp"] floating disable move container to workspace $ws6
|
||||
for_window [class="Steam"] floating disable move container to workspace $ws5
|
||||
for_window [title="Picture-in-Picture"] sticky enable
|
||||
for_window [title="noVNC"] sticky enable floating enable
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 3a9f9801f683946b9f1047d8f4bf9946c29e927d
|
||||
Subproject commit 594662db99be516f7243412a5a36248f657ad12f
|
||||
@ -1 +1 @@
|
||||
Subproject commit 7fad3ff0a036a67b3c4cedbfd670765a2e0dc0ab
|
||||
Subproject commit 5928d59a29356c13552b4f895612ea04b7c4475e
|
||||
@ -40,7 +40,7 @@ fi
|
||||
|
||||
# ansible
|
||||
alias restart-bind='cd ~/src/ansible-playbooks-prod; ansible-playbook -i inventory.yaml restart-bind.yml'
|
||||
alias update-bind='cd ~/src/ansible-playbooks-prod; ansible-playbook -i inventory.yaml site-setup.yml -l proddns01 -t bind'
|
||||
alias update-bind='cd ~/src/ansible-playbooks-prod; ansible-playbook -i inventory.yaml site-setup.yml -l proddns -t bind'
|
||||
alias update-squid='cd ~/src/ansible-playbooks-prod; ansible-playbook -i inventory.yaml site-setup.yml -l prodinf02 -t squid'
|
||||
alias update-certbot='cd ~/src/ansible-playbooks-prod; ansible-playbook -i inventory.yaml site-setup.yml -l prodinf01 -t certbot'
|
||||
alias update-haproxy='cd ~/src/ansible-playbooks-prod; ansible-playbook -i inventory.yaml site-setup.yml -l prodhlb -t haproxy'
|
||||
@ -82,3 +82,6 @@ alias websvr='python3 -m http.server 8000'
|
||||
|
||||
# powershell
|
||||
alias powershell='pwsh'
|
||||
|
||||
# games
|
||||
alias stellaris='./.local/share/Steam/steamapps/common/Stellaris/stellaris'
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit e63471180860beebbc44b83c93a9a6ed80425abf
|
||||
Subproject commit e0a27ce05e547eb993b6579c9637827b20fc060b
|
||||
@ -1 +1 @@
|
||||
Subproject commit 17f313f8736d2ded24aeefc950a6ec7a55353ecc
|
||||
Subproject commit a122997179f3564ed3e6115d3ec9b5d61bff9b41
|
||||
Loading…
Reference in New Issue
Block a user