Tweaks for monitor setup, clean up ST3 plugins.

This commit is contained in:
Gabriel Simmer 2021-02-18 13:03:26 +00:00
parent 430c6896a3
commit cb0407408f
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
6 changed files with 17 additions and 22 deletions

View file

@ -30,8 +30,8 @@ fi
if [ `xrandr | grep DP-3 | grep -c ' connected '` -eq 1 ]; then if [ `xrandr | grep DP-3 | grep -c ' connected '` -eq 1 ]; then
EXTERNAL_OUTPUT="DP-3" EXTERNAL_OUTPUT="DP-3"
fi fi
if [ `xrandr | grep DP2-1 | grep -c ' connected '` -eq 1 ]; then if [ `xrandr | grep DP2-3 | grep -c ' connected '` -eq 1 ]; then
EXTERNAL_OUTPUT="DP2-1" EXTERNAL_OUTPUT="DP2-3"
fi fi
# xrander will run and turn on the display you want, if you have an option for 3 displays, this will need some modifications # xrander will run and turn on the display you want, if you have an option for 3 displays, this will need some modifications

View file

@ -152,6 +152,9 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# opacity-rule = [ "80:class_g = 'URxvt'" ]; # opacity-rule = [ "80:class_g = 'URxvt'" ];
# #
# opacity-rule = [] # opacity-rule = []
opacity-rule = [
"100:class_g = 'jetbrains-goland'"
]
################################# #################################

View file

@ -7,33 +7,23 @@
"installed_packages": "installed_packages":
[ [
"Bats", "Bats",
"Dartlight",
"Dockerfile Syntax Highlighting", "Dockerfile Syntax Highlighting",
"Emmet", "Emmet",
"Emoji",
"GitGutter", "GitGutter",
"Gitmoji", "HexViewer",
"GoDebug",
"Gofmt",
"Golang Build",
"JSX", "JSX",
"LSP", "LSP",
"LSP-bash", "LSP-bash",
"LSP-typescript", "LSP-typescript",
"LSP-yaml", "LSP-yaml",
"Markdown Extended", "Markdown Extended",
"Markdown Table Formatter",
"orgmode",
"Package Control", "Package Control",
"Rust Enhanced", "Rust Enhanced",
"SideBarEnhancements", "SideBarEnhancements",
"SublimeCodeIntel", "SublimeCodeIntel",
"Terminus",
"Terraform", "Terraform",
"Theme - Monokai Pro", "Theme - Monokai Pro",
"TOML", "TOML",
"TypeScript", "TypeScript"
"TypeScript Syntax",
"Vue Syntax Highlight"
] ]
} }

View file

@ -2,16 +2,17 @@
"auto_complete_delay": 20, "auto_complete_delay": 20,
"color_scheme": "Monokai Pro (Filter Spectrum).sublime-color-scheme", "color_scheme": "Monokai Pro (Filter Spectrum).sublime-color-scheme",
"font_face": "IBM Plex Mono", "font_face": "IBM Plex Mono",
"font_size": 13, "font_size": 12,
"ignored_packages": "ignored_packages":
[ [
"LSP-bash", "Vintage",
"Rust",
"Vintage"
], ],
"monokai_pro_file_icons": true,
"monokai_pro_highlight_open_folders": true, "monokai_pro_highlight_open_folders": true,
"monokai_pro_minimal": true, "monokai_pro_minimal": true,
"monokai_pro_sidebar_headings": true,
"monokai_pro_style_title_bar": true, "monokai_pro_style_title_bar": true,
"monokai_pro_ui_font_face": "IBM Plex Mono",
"rulers": "rulers":
[ [
80 80

View file

@ -5,9 +5,10 @@
# Read `man 5 sway` for a complete reference. # Read `man 5 sway` for a complete reference.
## Outputs ## Outputs
output eDP-1 pos 1920 0 res 1920x1080 #output eDP-1 pos 1920 0 res 1920x1080
output eDP-1 disable
# output DP-5 transform 90 anticlockwise res 2560x1440@165Hz # output DP-5 transform 90 anticlockwise res 2560x1440@165Hz
#output DP-4 res 2560x1440@165Hz output DP-6 res 2560x1440@165Hz
### Variables ### Variables
# #
@ -64,7 +65,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# You can get the names of your inputs by running: swaymsg -t get_inputs # You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section. # Read `man 5 sway-input` for more information about this section.
input "1133:49970:Logitech_Gaming_Mouse_G502" { input "1133:16511:Logitech_G502" {
pointer_accel -0.5 pointer_accel -0.5
accel_profile flat accel_profile flat
} }

View file

@ -13,7 +13,7 @@ export ZSH="/home/gsimmer/.oh-my-zsh"
# Uncomment the following line to enable command auto-correction. # Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true" # ENABLE_CORRECTION="true"
plugins=(git fzf) plugins=(git fzf zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh