alacritty update changed imports in config & i3/picom changes

This commit is contained in:
2024-11-04 21:01:29 +11:00
parent bbd12e93c9
commit d36e67d96a
4 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,3 @@
import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]
[env]
TERM = "xterm-256color"
@@ -26,3 +23,8 @@ style = "Italic"
[font.normal]
family = "JetBrains Mono Nerd Font"
style = "Regular"
[general]
import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]

View File

@@ -1,4 +1,4 @@
#? Config file for btop v. 1.3.2
#? Config file for btop v. 1.4.0
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
@@ -50,14 +50,14 @@ graph_symbol_net = "default"
graph_symbol_proc = "default"
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
shown_boxes = "cpu mem net proc"
shown_boxes = "cpu proc mem net"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy"
proc_sorting = "memory"
#* Reverse sorting order, True or False.
proc_reversed = False

View File

@@ -14,6 +14,9 @@ exec --no-startup-id export GTK_THEME="catppuccin-mocha-green-standard+default"
exec_always killall polybar
exec_always --no-startup-id ~/.config/polybar/launch_polybar.sh
# rebind down arrow to left click (for osrs spam)
#bindsym Down exec xdotool click 1
bindsym Print exec maim "$HOME/pictures/screenshots/$(date).png"
bindsym $mod+Print exec maim --window $(xdotool getactivewindow) "$HOME/pictures/screenshots/$(date).png"
bindsym Shift+Print exec maim --select "$HOME/pictures/screenshots/$(date).png"

View File

@@ -213,8 +213,8 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
# `xrender` is the default one.
#
#backend = "glx"
backend = "xrender";
backend = "glx";
#backend = "xrender";
# Use higher precision during rendering, and apply dither when presenting the
# rendered screen. Reduces banding artifacts, but might cause performance
@@ -222,8 +222,14 @@ backend = "xrender";
dithered-present = false;
# Enable/disable VSync.
#vsync = false
vsync = true;
#vsync = "opengl-swc";
#glx-copy-from-front = true;
#glx-swap-method = 2;
#xrender-sync = true;
#xrender-sync-fence = true;
#opacity-rule = ["0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"];
# Try to detect WM windows (a non-override-redirect window with no
# child that has 'WM_STATE') and mark them as active.