some changes
This commit is contained in:
parent
9fbb955000
commit
02e28d9925
5 changed files with 24 additions and 13 deletions
|
@ -5,7 +5,7 @@ foreground = "#D4BE98"
|
||||||
separator_color= frame
|
separator_color= frame
|
||||||
offset = 3x35
|
offset = 3x35
|
||||||
width = (200,370)
|
width = (200,370)
|
||||||
height = 350
|
height = (50,350)
|
||||||
font = Roboto Mono Nerd Font 9
|
font = Roboto Mono Nerd Font 9
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
# this file and re-run i3-config-wizard(1).
|
# this file and re-run i3-config-wizard(1).
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# i3 config file (v4)
|
# i3 config file (v4)
|
||||||
#
|
#
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# 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
|
# Screen capture program
|
||||||
bindsym Print exec --no-startup-id flameshot gui
|
bindsym Print exec --no-startup-id flameshot gui
|
||||||
|
|
||||||
|
# Clipboard manager
|
||||||
|
bindsym $mod+c exec --no-startup-id copyq show
|
||||||
|
|
||||||
# Remove title border
|
# Remove title border
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
default_floating_border pixel 1
|
default_floating_border pixel 1
|
||||||
|
@ -116,7 +120,7 @@ bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+c split h
|
bindsym $mod+n split h
|
||||||
|
|
||||||
# split in vertical orientation
|
# split in vertical orientation
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v
|
||||||
|
@ -221,14 +225,19 @@ gaps top 32
|
||||||
|
|
||||||
assign [class="tidal-hifi"] 4
|
assign [class="tidal-hifi"] 4
|
||||||
assign [class="discord"] 5
|
assign [class="discord"] 5
|
||||||
|
assign [class="vesktop"] 5
|
||||||
assign [class="Element"] 6
|
assign [class="Element"] 6
|
||||||
assign [class="Signal"] 6
|
assign [class="Signal"] 6
|
||||||
assign [class="thunderbird"] 7
|
assign [class="thunderbird"] 7
|
||||||
|
|
||||||
|
for_window [instance="^copyq$" class="^copyq$"] floating enable, resize set 600 600, move position center, border pixel 1
|
||||||
# startup programs
|
# startup programs
|
||||||
# sets up monitors and picom
|
# sets up monitors and picom
|
||||||
exec_always --no-startup-id $monitor_script
|
exec_always --no-startup-id $monitor_script
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
|
|
||||||
|
exec --no-startup-id copyq
|
||||||
|
|
||||||
exec --no-startup-id nitrogen --restore
|
exec --no-startup-id nitrogen --restore
|
||||||
exec --no-startup-id i3-msg 'workspace 1; exec $terminal'
|
exec --no-startup-id i3-msg 'workspace 1; exec $terminal'
|
||||||
exec --no-startup-id openrgb -d 0 -m off -d 1 -m off
|
exec --no-startup-id openrgb -d 0 -m off -d 1 -m off
|
||||||
|
|
|
@ -4,16 +4,16 @@ xkb_symbols "prog" {
|
||||||
name[Group1]= "English (prog modded symbols)";
|
name[Group1]= "English (prog modded symbols)";
|
||||||
|
|
||||||
key <TLDE> {[ grave, asciitilde ]};
|
key <TLDE> {[ grave, asciitilde ]};
|
||||||
key <AE01> {[ asciicircum, 1 ]};
|
key <AE01> {[ 1, asciicircum ]};
|
||||||
key <AE02> {[ bracketleft, 2 ]};
|
key <AE02> {[ 2, bracketleft ]};
|
||||||
key <AE03> {[ braceleft, 3 ]};
|
key <AE03> {[ 3, braceleft ]};
|
||||||
key <AE04> {[ parenleft, 4 ]};
|
key <AE04> {[ 4, parenleft ]};
|
||||||
key <AE05> {[ percent, 5 ]};
|
key <AE05> {[ 5, percent ]};
|
||||||
key <AE06> {[ asterisk, 6 ]};
|
key <AE06> {[ 6, asterisk ]};
|
||||||
key <AE07> {[ parenright, 7 ]};
|
key <AE07> {[ 7, parenright ]};
|
||||||
key <AE08> {[ braceright, 8 ]};
|
key <AE08> {[ 8, braceright ]};
|
||||||
key <AE09> {[ bracketright, 9 ]};
|
key <AE09> {[ 9, bracketright ]};
|
||||||
key <AE10> {[ dollar, 0 ]};
|
key <AE10> {[ 0, dollar ]};
|
||||||
key <AE11> {[ minus, underscore ]};
|
key <AE11> {[ minus, underscore ]};
|
||||||
key <AE12> {[ equal, plus ]};
|
key <AE12> {[ equal, plus ]};
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,8 @@ return {
|
||||||
json = { "prettierd" },
|
json = { "prettierd" },
|
||||||
yaml = { "prettierd" },
|
yaml = { "prettierd" },
|
||||||
markdown = { "prettierd" },
|
markdown = { "prettierd" },
|
||||||
|
bib = { "bibtex-tidy" },
|
||||||
|
tex = { "latexindent" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
-- vim.api.nvim_create_autocmd("BufWritePre", {
|
-- vim.api.nvim_create_autocmd("BufWritePre", {
|
||||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -36,7 +36,7 @@ if [ -f /usr/bin/prime-offload ]; then
|
||||||
/usr/bin/prime-offload
|
/usr/bin/prime-offload
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/lib/xfce-polkit/xfce-polkit &
|
# /usr/lib/xfce-polkit/xfce-polkit &
|
||||||
/usr/bin/xscreensaver -no-splash &
|
/usr/bin/xscreensaver -no-splash &
|
||||||
# setup monitors (laptop only)
|
# setup monitors (laptop only)
|
||||||
if [ -f /usr/bin/envycontrol ]; then
|
if [ -f /usr/bin/envycontrol ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue