add third monitor and remove deprecated crates code extension

This commit is contained in:
askiiart 2024-11-04 18:23:17 -06:00
parent af15e05858
commit 3e46677b54
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 86 additions and 20 deletions

View file

@ -147,7 +147,8 @@ exec waybar
bindsym $mod+8 exec "~/.config/sway/switch-workspace.sh 8" bindsym $mod+8 exec "~/.config/sway/switch-workspace.sh 8"
bindsym $mod+9 exec "~/.config/sway/switch-workspace.sh 9" bindsym $mod+9 exec "~/.config/sway/switch-workspace.sh 9"
bindsym $mod+0 exec "~/.config/sway/switch-workspace.sh 10" bindsym $mod+0 exec "~/.config/sway/switch-workspace.sh 10"
bindsym $mod+equal workspace side bindsym $mod+equal workspace right
bindsym $mod+minus workspace left
# Move focused container to workspace # Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2 bindsym $mod+Shift+2 move container to workspace number 2
@ -159,7 +160,8 @@ exec waybar
bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10 bindsym $mod+Shift+0 move container to workspace number 10
bindsym $mod+Shift+equal move container to workspace side bindsym $mod+Shift+equal move container to workspace right
bindsym $mod+Shift+minus move container to workspace left
# Note: workspaces can have any name you want, not just numbers. # Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default. # We just use 1-10 as the default.
# #
@ -194,11 +196,11 @@ exec waybar
# You can send windows there and get them back later. # You can send windows there and get them back later.
# Move the currently focused window to the scratchpad # Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad bindsym $mod+Shift+backslash move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window. # Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them. # If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show bindsym $mod+backslash scratchpad show
# #
# Resizing containers: # Resizing containers:
# #

View file

@ -1,6 +1,9 @@
output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on position 0,480 output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on position 0,480
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position 2560,0 output "Hewlett Packard HP ZR22w CN41250H24" transform 270 position 2560,0
workspace side output "Hewlett Packard HP ZR22w CN41250FHX" workspace right output "Hewlett Packard HP ZR22w CN41250H24"
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position -1080,-40
workspace left output "Hewlett Packard HP ZR22w CN41250FHX"
output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E

View file

@ -1,7 +1,7 @@
{ {
"minimizeToTray": "on", "minimizeToTray": true,
"discordBranch": "stable", "discordBranch": "stable",
"arRPC": "on", "arRPC": true,
"splashColor": "oklab(0.899401 -0.00192499 -0.00481987)", "splashColor": "oklab(0.899401 -0.00192499 -0.00481987)",
"splashBackground": "rgb(0, 7, 32)", "splashBackground": "rgb(0, 7, 32)",
"spellCheckLanguages": [ "spellCheckLanguages": [

View file

@ -365,14 +365,6 @@
"PreviewMessage": { "PreviewMessage": {
"enabled": false "enabled": false
}, },
"PronounDB": {
"enabled": true,
"showInMessages": true,
"showSelf": true,
"pronounSource": 0,
"showInProfile": true,
"pronounsFormat": "LOWERCASE"
},
"QuickMention": { "QuickMention": {
"enabled": false "enabled": false
}, },
@ -611,6 +603,77 @@
}, },
"FullSearchContext": { "FullSearchContext": {
"enabled": false "enabled": false
},
"UserMessagesPronouns": {
"enabled": true,
"showInMessages": true,
"showSelf": true,
"pronounSource": 0,
"showInProfile": true,
"pronounsFormat": "LOWERCASE"
},
"DynamicImageModalAPI": {
"enabled": true
},
"AccountPanelServerProfile": {
"enabled": false
},
"AlwaysExpandRoles": {
"enabled": false
},
"AppleMusicRichPresence": {
"enabled": false
},
"ConsoleJanitor": {
"enabled": false
},
"CopyEmojiMarkdown": {
"enabled": false
},
"CopyFileContents": {
"enabled": false
},
"CtrlEnterSend": {
"enabled": false
},
"CustomIdle": {
"enabled": false
},
"DontRoundMyTimestamps": {
"enabled": false
},
"FixImagesQuality": {
"enabled": false
},
"ImageLink": {
"enabled": false
},
"MentionAvatars": {
"enabled": false
},
"MessageLatency": {
"enabled": false
},
"NoMaskedUrlPaste": {
"enabled": false
},
"NoOnboardingDelay": {
"enabled": false
},
"NoServerEmojis": {
"enabled": false
},
"PauseInvitesForever": {
"enabled": false
},
"ReplaceGoogleSearch": {
"enabled": false
},
"ReplyTimestamp": {
"enabled": false
},
"Summaries": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -623,6 +686,6 @@
"authenticated": true, "authenticated": true,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": true, "settingsSync": true,
"settingsSyncVersion": 1727271960157 "settingsSyncVersion": 1730605482947
} }
} }

View file

@ -1,4 +1,3 @@
1yib.rust-bundle
afmicc.getterandsettergenerator afmicc.getterandsettergenerator
ahmadalli.vscode-nginx-conf ahmadalli.vscode-nginx-conf
andischerer.theme-atom-one-dark andischerer.theme-atom-one-dark
@ -90,7 +89,6 @@ novy.vsc-gcode
phplasma.csv-to-table phplasma.csv-to-table
pilleye.dusk-theme pilleye.dusk-theme
platformio.platformio-ide platformio.platformio-ide
procratstinator.gray-formatter
raynigon.nginx-formatter raynigon.nginx-formatter
rdnlsmith.linux-themes rdnlsmith.linux-themes
redhat.java redhat.java