1
0

made more current

This commit is contained in:
2023-12-18 12:47:55 -07:00
parent 500b47fd9a
commit 2f4b65e84b
10 changed files with 74 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
[user]
name = emma
email = emma@tebibyte.media
signingkey = 6D661C738815E7DD
signingkey = 06FA419A1698C270
[init]
defaultBranch = main
[core]

View File

@@ -2,6 +2,7 @@
border=no
osc=no
save-position-on-quit
volume=50
# subs
embeddedfonts=no

View File

@@ -6,6 +6,14 @@ set ruler
set colorcolumn=80
set nowrap
set tabstop=2
set shiftwidth=2
set noexpandtab
" Override ftplugins so nvim respects noexpandtab
augroup GlobalOverrides
autocmd!
autocmd FileType * setlocal noexpandtab tabstop=2 shiftwidth=2
augroup END
call plug#begin('~/.config/nvim/plugged')
@@ -14,18 +22,17 @@ Plug 'neovim/nvim-lspconfig'
Plug 'vim-airline/vim-airline'
Plug 'lervag/vimtex'
Plug 'ap/vim-css-color'
Plug 'rust-lang/rust.vim'
Plug 'kyazdani42/nvim-web-devicons'
Plug 'simrat39/rust-tools.nvim'
Plug 'sheerun/vim-polyglot'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'onsails/lspkind-nvim'
Plug 'editorconfig/editorconfig-vim'
Plug 'williamboman/mason.nvim', { 'do': ':MasonUpdate' }
Plug 'williamboman/mason-lspconfig.nvim'
Plug 'lukas-reineke/indent-blankline.nvim'
call plug#end()
lua require("ibl").setup()
lua require("mason").setup()
>

View File

@@ -18,7 +18,7 @@ BottomUp
RemoveMake
SudoLoop = true
#UseAsk
#SaveChanges
SaveChanges
CombinedUpgrade
CleanAfter
#UpgradeMenu

View File

@@ -30,25 +30,25 @@ bar {
}
exec /usr/lib/xdg-desktop-portal -r &
exec /usr/lib/xdg-desktop-portal-kde;
exec /usr/lib/xdg-desktop-portal-kde
exec /usr/lib/xdg-desktop-portal-wlr
exec /usr/lib/polkit-kde-authentication-agent-1
exec wl-paste -t text --watch clipman store
exec wl-paste -p -t text --watch clipman store -P --histpath="$XDG_DATA_DIR/clipman-primary.json"
exec wl-paste -p -t text --watch clipman store -P --histpath="$XDG_DATA_HOME/clipman-primary.json"
exec pipewire &
exec libinput-gestures
exec mako
exec swayflashy
exec autotiling-rs
# swayidle timeout 30 "makoctl set-mode away" resume "makoctl set-mode default"
exec eval (ssh-agent -c)
# set wallpaper
exec wal -i $XDG_PICTURES_DIR/wallpapers/73085922_p0.jpg
exec swaybg -i $XDG_PICTURES_DIR/wallpapers/73085922_p0.jpg
# set pactl to adjust volume in pipewire-pulse
@@ -62,10 +62,6 @@ bindsym XF86AudioPause exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
# increase and decrease screen brightness
bindsym XF86MonBrightnessUp exec light -T 1.25
bindsym XF86MonBrightnessDown exec light -T 0.75
# screenshot with grim
bindsym $mod+Print mode "screenshot"; exec killall swayflashy
@@ -123,7 +119,6 @@ bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# workspaces
set $ws1 "1"

View File

@@ -1,4 +0,0 @@
gtk_dark=true
show=run
run-always_parse_args=true
term=kitty