i3 launch edit

This commit is contained in:
Nemo 2021-03-16 11:22:02 +05:30
parent d5b6080a96
commit e86e0de124
3 changed files with 7 additions and 8 deletions

View File

@ -263,7 +263,7 @@ export COMP_WORDBREAKS
export BLOCKSIZE=K
# export CDPATH=.:~:~/src:/etc
# export DISPLAY=:79
export EDITOR='nvim'
export EDITOR='vim'
# export ftp_proxy=${MY_PROXY}
# export GPG_TTY='tty' # gpg-agent says it needs this
# export GREP_OPTIONS='-D skip --binary-files=without-match --ignore-case' # most commonly used grep options

View File

@ -1,10 +1,8 @@
{
"auths": {
"harbor.razorpay.com": {},
"https://index.docker.io/v1/": {},
"quay.io": {}
},
"HttpHeaders": {
"User-Agent": "Docker-Client/19.03.13-ce (linux)"
},
"credsStore": "pass"
}

View File

@ -12,11 +12,14 @@ set $WS3 3:
set $WS4 4:
# Startup items that don't have their windows
exec --no-startup-id nitrogen --restore
exec nitrogen --restore
exec --no-startup-id redshift-gtk
exec yubikey-touch-detector --libnotify
# This ensures that GTK changes are applied immediately
exec xfsettingsd --replace --no-daemon
# execute ibus XIM server.
exec ibus-daemon --replace --xim
@ -46,14 +49,12 @@ exec xbacklight -set 15
# Code Workspace
exec i3-msg "workspace $WS1; exec subl"
exec i3-msg "workspace $WS1; exec alacritty"
# Web workspace (Run both, depending on the system I'm on)
exec i3-msg "workspace $WS2; exec firefox-beta"
exec i3-msg "workspace $WS2; exec firefox"
# Startup figure out monitors
exec autorandr
exec autorandr -c home
# Quick switching between workspace is disabled
# Just leads to confusion