This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export XDG_CONFIG_HOME="$HOME/.config" | |
export XDG_DATA_HOME="$HOME/.local/share" | |
export XDG_CACHE_HOME="$HOME/.cache" | |
export XDG_STATE_HOME="$HOME/.local/state" | |
export GRADLE_USER_HOME="$XDG_DATA_HOME/gradle" | |
export NODE_REPL_HISTORY="$XDG_DATA_HOME/node_repl_history" | |
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" | |
export NVM_DIR="$XDG_DATA_HOME/nvm" | |
export TLDR_CACHE_DIR="$XDG_CACHE_HOME/tldrc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export XDG_CONFIG_HOME="$HOME/.config" | |
export XDG_DATA_HOME="$HOME/.local/share" | |
export XDG_CACHE_HOME="$HOME/.cache" | |
export XDG_STATE_HOME="$HOME/.local/state" | |
export PATH="$PATH:$HOME/.local/bin" | |
export BROWSER='firefox' | |
export EDITOR='nvim' | |
export PAGER='less' | |
export READER='zathura' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ao=pipewire | |
hwdec=auto | |
profile=gpu-hq | |
scale=ewa_lanczossharp | |
cscale=ewa_lanczossharp | |
video-sync=display-resample | |
interpolation | |
tscale=oversample | |
no-keepaspect-window |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE! | |
# https://htmlpreview.github.io/?https://github.com/conformal/spectrwm/blob/master/spectrwm.html | |
# NOTE: all rgb color values in this file are in hex! see XQueryColor for examples | |
workspace_limit = 9 | |
focus_mode = default | |
focus_close = first | |
focus_close_wrap = 0 | |
focus_default = first | |
spawn_position = first |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Nvim Configuration | |
vim.o.title = true | |
vim.o.ls = 2 | |
vim.o.mouse = "a" | |
vim.o.nu = true | |
vim.o.rnu = true | |
vim.o.so = 8 | |
vim.o.sw = 0 | |
vim.o.scl = "number" | |
vim.o.si = true |
NewerOlder