some changes

This commit is contained in:
Tiago Sousa 2025-02-01 14:55:48 +00:00
parent 9fbb955000
commit 02e28d9925
Signed by: tiago
SSH key fingerprint: SHA256:rOmjD81ZIhKdCkFWS9UIKdBi4UByF5x3hRH/0YeXsPI
5 changed files with 24 additions and 13 deletions

View file

@ -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]

View file

@ -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

View file

@ -4,16 +4,16 @@ xkb_symbols "prog" {
name[Group1]= "English (prog modded symbols)";
key <TLDE> {[ grave, asciitilde ]};
key <AE01> {[ asciicircum, 1 ]};
key <AE02> {[ bracketleft, 2 ]};
key <AE03> {[ braceleft, 3 ]};
key <AE04> {[ parenleft, 4 ]};
key <AE05> {[ percent, 5 ]};
key <AE06> {[ asterisk, 6 ]};
key <AE07> {[ parenright, 7 ]};
key <AE08> {[ braceright, 8 ]};
key <AE09> {[ bracketright, 9 ]};
key <AE10> {[ dollar, 0 ]};
key <AE01> {[ 1, asciicircum ]};
key <AE02> {[ 2, bracketleft ]};
key <AE03> {[ 3, braceleft ]};
key <AE04> {[ 4, parenleft ]};
key <AE05> {[ 5, percent ]};
key <AE06> {[ 6, asterisk ]};
key <AE07> {[ 7, parenright ]};
key <AE08> {[ 8, braceright ]};
key <AE09> {[ 9, bracketright ]};
key <AE10> {[ 0, dollar ]};
key <AE11> {[ minus, underscore ]};
key <AE12> {[ equal, plus ]};

View file

@ -12,6 +12,8 @@ return {
json = { "prettierd" },
yaml = { "prettierd" },
markdown = { "prettierd" },
bib = { "bibtex-tidy" },
tex = { "latexindent" },
},
})
-- vim.api.nvim_create_autocmd("BufWritePre", {

View file

@ -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