Minor changes

This commit is contained in:
Kristofers Solo 2022-05-05 15:09:52 +03:00
commit 720b7177ae
8 changed files with 23 additions and 22 deletions

View File

@ -162,7 +162,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 9.0 size: 11.0
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -572,11 +572,6 @@ awful.rules.rules = {
}, properties = { screen = 2, tag = "9" } }, properties = { screen = 2, tag = "9" }
}, },
{
rule_any = {
name = { "Apex Legends" }
}, properties = { screen = 1, tag = "5", fullscreen = true }
},
} }
-- {{{ Signals -- {{{ Signals
@ -653,10 +648,10 @@ awful.spawn.with_shell("xinput --set-prop 'COOLERMASTER CM310' 'libinput Accel S
--awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --right-of DP-0") --awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --right-of DP-0")
--awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --left-of DP-0") --awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --left-of DP-0")
awful.spawn.with_shell("dropbox") awful.spawn.with_shell("dropbox")
awful.spawn.with_shell("discord")
awful.spawn.with_shell("telegram-desktop") awful.spawn.with_shell("telegram-desktop")
awful.spawn.with_shell("flameshot") awful.spawn.with_shell("flameshot")
--awful.spawn.with_shell("discord-development") awful.spawn.with_shell("discord")
-- awful.spawn.with_shell("discord-development")
--awful.spawn.with_shell("xrandr --output HDMI-0 --off") --awful.spawn.with_shell("xrandr --output HDMI-0 --off")
awful.spawn.with_shell("setxkbmap lv") awful.spawn.with_shell("setxkbmap lv")

View File

@ -436,7 +436,8 @@ opacity-rule = [
"95:class_g = 'code'", "95:class_g = 'code'",
"95:class_g = 'code-oss'", "95:class_g = 'code-oss'",
"95:class_g = 'vscodium'", "95:class_g = 'vscodium'",
"95:class_g = 'VSCodium'" "95:class_g = 'VSCodium'",
"90:name = 'Spotify'"
] ]

View File

@ -1 +1 @@
{"ms-vscode.references-view-0.0.86":true,"ms-vscode.js-debug-companion-1.0.16":true} {"ms-vscode.references-view-0.0.86":true,"ms-vscode.js-debug-companion-1.0.16":true,"mechatroner.rainbow-csv-2.2.0":true}

View File

@ -428,6 +428,10 @@
"updated": true, "updated": true,
"isPreReleaseVersion": false, "isPreReleaseVersion": false,
"preRelease": false, "preRelease": false,
<<<<<<< HEAD
"installedTimestamp": 1651501115341 "installedTimestamp": 1651501115341
=======
"installedTimestamp": 1651406513766
>>>>>>> 5b8e9b63bb70162a826e63eac9d3447ace3af0c9
} }
} }

View File

@ -1 +1,5 @@
<<<<<<< HEAD
[{"analyzerName":"intellisense-members-lstm-pylance","languageName":"python","identity":{"modelId":"E61945A9A512ED5E1A3EE3F1A2365B88F8FE","outputId":"E4E9EADA96734F01970E616FAB2FAC19","modifiedTimeUtc":"2020-08-11T14:06:50.811Z"},"filePath":"/home/kristofers/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.20/cache/E61945A9A512ED5E1A3EE3F1A2365B88F8FE_E4E9EADA96734F01970E616FAB2FAC19","lastAccessTimeUtc":"2022-05-05T06:15:38.040Z"}] [{"analyzerName":"intellisense-members-lstm-pylance","languageName":"python","identity":{"modelId":"E61945A9A512ED5E1A3EE3F1A2365B88F8FE","outputId":"E4E9EADA96734F01970E616FAB2FAC19","modifiedTimeUtc":"2020-08-11T14:06:50.811Z"},"filePath":"/home/kristofers/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.20/cache/E61945A9A512ED5E1A3EE3F1A2365B88F8FE_E4E9EADA96734F01970E616FAB2FAC19","lastAccessTimeUtc":"2022-05-05T06:15:38.040Z"}]
=======
[{"analyzerName":"intellisense-members-lstm-pylance","languageName":"python","identity":{"modelId":"E61945A9A512ED5E1A3EE3F1A2365B88F8FE","outputId":"E4E9EADA96734F01970E616FAB2FAC19","modifiedTimeUtc":"2020-08-11T14:06:50.811Z"},"filePath":"/home/kristofers/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.2.20/cache/E61945A9A512ED5E1A3EE3F1A2365B88F8FE_E4E9EADA96734F01970E616FAB2FAC19","lastAccessTimeUtc":"2022-05-01T12:19:01.804Z"}]
>>>>>>> 5b8e9b63bb70162a826e63eac9d3447ace3af0c9

View File

@ -18,7 +18,7 @@
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.python", "editor.defaultFormatter": "ms-python.python",
"editor.insertSpaces": false, "editor.insertSpaces": false,
"editor.formatOnSave": true, "editor.formatOnSave": true
}, },
"editor.insertSpaces": false, "editor.insertSpaces": false,
"python.terminal.executeInFileDir": true, "python.terminal.executeInFileDir": true,
@ -57,10 +57,7 @@
"suppressLineUncommittedWarning": true "suppressLineUncommittedWarning": true
}, },
"vsicons.dontShowNewVersionMessage": true, "vsicons.dontShowNewVersionMessage": true,
"indentRainbow.excludedLanguages": [ "indentRainbow.excludedLanguages": ["plaintext", "django-txt"],
"plaintext",
"django-txt"
],
"[markdown]": { "[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one" "editor.defaultFormatter": "yzhang.markdown-all-in-one"
}, },

View File

@ -45,7 +45,7 @@ WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain part of the word
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh 2>/dev/null source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh 2>/dev/null
zmodload zsh/terminfo zmodload zsh/terminfo
eval "$(lua ~/.config/zsh/z.lua --init zsh)"
# Keybindings # Keybindings
bindkey -e bindkey -e