Xmodmap for the duck
zshrc includes spicetify i3 tweakin
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
clear Lock
|
||||
keycode 66 = Escape NoSymbol Escape
|
||||
keycode 9 = grave
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
" Light backgrounds hurt my eyes.
|
||||
set background=dark
|
||||
set background=light
|
||||
let mapleader = " "
|
||||
let $NVIM_TUI_ENABLE_TRUE_COLOR=1 " True gui colors in terminal
|
||||
|
||||
@@ -240,7 +240,7 @@ au BufNewFile,BufRead *.mustache set ft=html
|
||||
" Everything else looks like crap.
|
||||
colorscheme gruvbox
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_theme='base16_gruvbox_dark_hard'
|
||||
let g:airline_theme='base16_gruvbox_light_hard'
|
||||
"{{{ unicode symbols
|
||||
if !exists('g:airline_symbols')
|
||||
let g:airline_symbols = {}
|
||||
|
||||
@@ -205,3 +205,4 @@ export PYENV_ROOT="$HOME/.pyenv"
|
||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
#anaconda slows shit down D:<<<<
|
||||
export PATH=$PATH:/home/libkyy/.spicetify
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
# set primary gruvbox colorscheme colors
|
||||
set $bg #282828
|
||||
set $red #cc241d
|
||||
#dark
|
||||
set $green #98971a
|
||||
#light
|
||||
#set $green #79740e
|
||||
set $yellow #d79921
|
||||
set $blue #458588
|
||||
set $purple #b16286
|
||||
@@ -9,6 +12,7 @@ set $aqua #689d68
|
||||
set $gray #a89984
|
||||
set $darkgray #1d2021
|
||||
set $white #ffffff
|
||||
set $orange #d65d0e
|
||||
|
||||
# class border|backgr|text|indicator|child_border
|
||||
client.focused $green $green $darkgray $purple $green
|
||||
|
||||
@@ -65,6 +65,7 @@ assign [class = "PrismLauncher"] $Steam
|
||||
assign [class = "Albion Online Launcher"] $Steam
|
||||
|
||||
#Notes
|
||||
assign [class = "Emacs"] $Notes
|
||||
assign [class = "obsidian"] $Notes
|
||||
assign [class = "^.*libreoffice"] $Notes
|
||||
#assign [class = "wpsoffice"] $Notes #Gave up on WPS LOL
|
||||
@@ -99,13 +100,13 @@ for_window [window_role="task_dialog"] floating enable
|
||||
for_window [title = ".*Microsoft Teams"] floating disabled
|
||||
|
||||
#Workspaces
|
||||
|
||||
for_window [workspace = $Browsers] layout splitv
|
||||
assign [workspace = $Browsers] workspace_layout default
|
||||
#for_window [workspace = $Browsers] layout splitv
|
||||
#for_window [workspace = $Steam] floating enabled
|
||||
for_window [workspace = $Steam] layout splitv
|
||||
#for_window [workspace = $Steam] layout splitv
|
||||
#for_window [workspace = $Youtube] floating enabled
|
||||
for_window [workspace = $Youtube] layout stacking
|
||||
for_window [workspace = $IRC] layout splitv
|
||||
#for_window [workspace = $Youtube] layout stacking
|
||||
#for_window [workspace = $IRC] layout splitv
|
||||
# for_window [workspace = $Terminal] layout tabbed
|
||||
|
||||
#Classes
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
include misc.conf
|
||||
include themes/gruvbox_dark.conf
|
||||
include themes/gruvbox_light.conf
|
||||
|
||||
@@ -584,7 +584,7 @@ ws-icon-4 = 5;
|
||||
ws-icon-5 = 6;龎
|
||||
ws-icon-6 = 7;
|
||||
ws-icon-7 = 8;
|
||||
ws-icon-9 = 10;
|
||||
ws-icon-9 = 10;
|
||||
ws-icon-8 = 11;
|
||||
ws-icon-10 = 12;
|
||||
ws-icon-default =
|
||||
|
||||
Reference in New Issue
Block a user