diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 8a1b2c9..ca82915 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -5,7 +5,7 @@ foreground = "#D4BE98" separator_color= frame offset = 3x35 width = (200,370) -height = 350 +height = (50,350) font = Roboto Mono Nerd Font 9 [urgency_low] diff --git a/.config/i3/config b/.config/i3/config index ac95a3c..d9d0fbd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -5,6 +5,7 @@ # this file and re-run i3-config-wizard(1). # + # i3 config file (v4) # # Please see https://i3wm.org/docs/userguide.html for a complete reference! @@ -55,6 +56,9 @@ bindsym XF86MonBrightnessDown exec --no-startup-id lux -s 10% -m 1; exec notify- # Screen capture program bindsym Print exec --no-startup-id flameshot gui +# Clipboard manager +bindsym $mod+c exec --no-startup-id copyq show + # Remove title border default_border pixel 1 default_floating_border pixel 1 @@ -116,7 +120,7 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+c split h +bindsym $mod+n split h # split in vertical orientation bindsym $mod+v split v @@ -221,14 +225,19 @@ gaps top 32 assign [class="tidal-hifi"] 4 assign [class="discord"] 5 +assign [class="vesktop"] 5 assign [class="Element"] 6 assign [class="Signal"] 6 assign [class="thunderbird"] 7 +for_window [instance="^copyq$" class="^copyq$"] floating enable, resize set 600 600, move position center, border pixel 1 # startup programs # sets up monitors and picom exec_always --no-startup-id $monitor_script exec --no-startup-id nextcloud + +exec --no-startup-id copyq + exec --no-startup-id nitrogen --restore exec --no-startup-id i3-msg 'workspace 1; exec $terminal' exec --no-startup-id openrgb -d 0 -m off -d 1 -m off diff --git a/.config/keymap/prog b/.config/keymap/prog index af1051b..96bd3bb 100644 --- a/.config/keymap/prog +++ b/.config/keymap/prog @@ -4,16 +4,16 @@ xkb_symbols "prog" { name[Group1]= "English (prog modded symbols)"; key {[ grave, asciitilde ]}; - key {[ asciicircum, 1 ]}; - key {[ bracketleft, 2 ]}; - key {[ braceleft, 3 ]}; - key {[ parenleft, 4 ]}; - key {[ percent, 5 ]}; - key {[ asterisk, 6 ]}; - key {[ parenright, 7 ]}; - key {[ braceright, 8 ]}; - key {[ bracketright, 9 ]}; - key {[ dollar, 0 ]}; + key {[ 1, asciicircum ]}; + key {[ 2, bracketleft ]}; + key {[ 3, braceleft ]}; + key {[ 4, parenleft ]}; + key {[ 5, percent ]}; + key {[ 6, asterisk ]}; + key {[ 7, parenright ]}; + key {[ 8, braceright ]}; + key {[ 9, bracketright ]}; + key {[ 0, dollar ]}; key {[ minus, underscore ]}; key {[ equal, plus ]}; diff --git a/.config/nvim/lua/tsousa/plugins/formatter.lua b/.config/nvim/lua/tsousa/plugins/formatter.lua index 0e642d9..8a6401e 100644 --- a/.config/nvim/lua/tsousa/plugins/formatter.lua +++ b/.config/nvim/lua/tsousa/plugins/formatter.lua @@ -12,6 +12,8 @@ return { json = { "prettierd" }, yaml = { "prettierd" }, markdown = { "prettierd" }, + bib = { "bibtex-tidy" }, + tex = { "latexindent" }, }, }) -- vim.api.nvim_create_autocmd("BufWritePre", { diff --git a/.xinitrc b/.xinitrc index 871f21e..d716503 100755 --- a/.xinitrc +++ b/.xinitrc @@ -36,7 +36,7 @@ if [ -f /usr/bin/prime-offload ]; then /usr/bin/prime-offload fi -/usr/lib/xfce-polkit/xfce-polkit & +# /usr/lib/xfce-polkit/xfce-polkit & /usr/bin/xscreensaver -no-splash & # setup monitors (laptop only) if [ -f /usr/bin/envycontrol ]; then