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
EXTERNAL_OUTPUT="DP-3"
fi
if [ `xrandr | grep DP2-1 | grep -c ' connected '` -eq 1 ]; then
EXTERNAL_OUTPUT="DP2-1"
if [ `xrandr | grep DP2-3 | grep -c ' connected '` -eq 1 ]; then
EXTERNAL_OUTPUT="DP2-3"
fi
# 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 = []
opacity-rule = [
"100:class_g = 'jetbrains-goland'"
]
#################################

View file

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

View file

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

View file

@ -5,9 +5,10 @@
# Read `man 5 sway` for a complete reference.
## 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-4 res 2560x1440@165Hz
output DP-6 res 2560x1440@165Hz
### 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
# 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
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.
# ENABLE_CORRECTION="true"
plugins=(git fzf)
plugins=(git fzf zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh