remove doas_askpass subodule update shortcuts

This commit is contained in:
Tibeuleu
2026-01-06 16:33:32 +01:00
parent c7c812b49f
commit 16b46c275a
11 changed files with 144 additions and 14 deletions

View File

@@ -152,7 +152,8 @@ bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks
bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id hover right
bindsym $mod+m exec --no-startup-id mpd-mpris ;; exec --no-startup-id $term -e ncmpcpp
bindsym $mod+Shift+m exec --no-startup-id spotify-tray
bindsym $mod+Shift+m exec --no-startup-id jellyfinmediaplayer
bindsym $mod+Ctrl+m exec --no-startup-id feishin
# #---Workspace Bindings---# #
bindsym $mod+Home workspace $ws1

View File

@@ -5,10 +5,10 @@ set shell bash
set shellopts '-eu'
set ifs "\n"
set scrolloff 10
set color256
set icons
set period 1
set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml"
set watch true
# Vars that depend on environmental variables
$lf -remote "send $id set previewer ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope"

View File

@@ -57,7 +57,7 @@
# Specify fast video rendering preset (for --vo=<gpu|gpu-next> only)
# Recommended for mobile devices or older hardware with limited processing power
profile=fast
#profile=fast
# Specify high quality video rendering preset (for --vo=<gpu|gpu-next> only)
# Offers superior image fidelity and visual quality for an enhanced viewing
@@ -73,7 +73,7 @@ profile=fast
# video outputs, but should work well with default settings on most systems.
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
# may or may not help.
hwdec=auto
# hwdec=auto
##################
# audio settings #

View File

@@ -6,11 +6,11 @@ vim.g.vimtex_view_automatic = 0
vim.g.vimtex_compiler_latexmk = {
options = {
"-verbose",
"-file-line-error",
"-synctex=1",
"-interaction=nonstopmode",
"-shell-escape",
"-verbose",
"-file-line-error",
"-synctex=1",
"-interaction=nonstopmode",
"-shell-escape",
}
}
@@ -25,6 +25,8 @@ vim.g.vimtex_toc_config = {
}
vim.g.vimtex_quickfix_ignore_filters = {
"Underfull \\\\vbox",
"Overfull \\\\vbox",
"Underfull \\\\hbox",
"Overfull \\\\hbox",
-- "LaTeX Warning: .\\+ float specifier changed to",

View File

@@ -24,7 +24,7 @@ alias \
ka="killall" \
g="git" \
trem="transmission-remote" \
YT="youtube-viewer" \
YT="pipe-viewer" \
sdn="doas shutdown -h now" \
f="$FILE" \
e="$EDITOR" \

View File

@@ -11,6 +11,7 @@ alias cac="cd ${XDG_CACHE_HOME:-$HOME/.cache} && ls -a" \
m="cd ${XDG_MUSIC_DIR:-$HOME/Music} && ls -a" \
pp="cd ${XDG_PICTURES_DIR:-$HOME/Pictures} && ls -a" \
vv="cd ${XDG_VIDEOS_DIR:-$HOME/Videos} && ls -a" \
L="cd ${XDG_LATEX_DIR:-$HOME/Documents/LaTeX/}Projects && ls -a" \
t="cd ${XDG_THESIS_DIR:-$HOME/Documents/These} && ls -a" \
p="cd ${XDG_PAPERS_DIR:-$HOME/Documents/These/Papers} && ls -a" \
T="cd ${XDG_PAPERS_DIR:-$HOME/Documents/These/Papers/Thesis_Barnouin/} && vim ." \