mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Minor changes
This commit is contained in:
commit
720b7177ae
@ -162,7 +162,7 @@ font:
|
||||
style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 9.0
|
||||
size: 11.0
|
||||
|
||||
# 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
|
||||
|
||||
@ -572,11 +572,6 @@ awful.rules.rules = {
|
||||
}, properties = { screen = 2, tag = "9" }
|
||||
},
|
||||
|
||||
{
|
||||
rule_any = {
|
||||
name = { "Apex Legends" }
|
||||
}, properties = { screen = 1, tag = "5", fullscreen = true }
|
||||
},
|
||||
}
|
||||
|
||||
-- {{{ 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 --left-of DP-0")
|
||||
awful.spawn.with_shell("dropbox")
|
||||
awful.spawn.with_shell("discord")
|
||||
awful.spawn.with_shell("telegram-desktop")
|
||||
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("setxkbmap lv")
|
||||
|
||||
|
||||
@ -436,7 +436,8 @@ opacity-rule = [
|
||||
"95:class_g = 'code'",
|
||||
"95:class_g = 'code-oss'",
|
||||
"95:class_g = 'vscodium'",
|
||||
"95:class_g = 'VSCodium'"
|
||||
"95:class_g = 'VSCodium'",
|
||||
"90:name = 'Spotify'"
|
||||
]
|
||||
|
||||
|
||||
|
||||
@ -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}
|
||||
@ -428,6 +428,10 @@
|
||||
"updated": true,
|
||||
"isPreReleaseVersion": false,
|
||||
"preRelease": false,
|
||||
<<<<<<< HEAD
|
||||
"installedTimestamp": 1651501115341
|
||||
=======
|
||||
"installedTimestamp": 1651406513766
|
||||
>>>>>>> 5b8e9b63bb70162a826e63eac9d3447ace3af0c9
|
||||
}
|
||||
}
|
||||
@ -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-01T12:19:01.804Z"}]
|
||||
>>>>>>> 5b8e9b63bb70162a826e63eac9d3447ace3af0c9
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.python",
|
||||
"editor.insertSpaces": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"editor.insertSpaces": false,
|
||||
"python.terminal.executeInFileDir": true,
|
||||
@ -57,10 +57,7 @@
|
||||
"suppressLineUncommittedWarning": true
|
||||
},
|
||||
"vsicons.dontShowNewVersionMessage": true,
|
||||
"indentRainbow.excludedLanguages": [
|
||||
"plaintext",
|
||||
"django-txt"
|
||||
],
|
||||
"indentRainbow.excludedLanguages": ["plaintext", "django-txt"],
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
||||
},
|
||||
|
||||
@ -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-history-substring-search/zsh-history-substring-search.zsh 2>/dev/null
|
||||
zmodload zsh/terminfo
|
||||
|
||||
eval "$(lua ~/.config/zsh/z.lua --init zsh)"
|
||||
|
||||
# Keybindings
|
||||
bindkey -e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user