alacritty update changed imports in config & i3/picom changes
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
import = [
|
|
||||||
"~/.config/alacritty/catppuccin-mocha.toml"
|
|
||||||
]
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
@@ -26,3 +23,8 @@ style = "Italic"
|
|||||||
[font.normal]
|
[font.normal]
|
||||||
family = "JetBrains Mono Nerd Font"
|
family = "JetBrains Mono Nerd Font"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
|
[general]
|
||||||
|
import = [
|
||||||
|
"~/.config/alacritty/catppuccin-mocha.toml"
|
||||||
|
]
|
||||||
|
|||||||
@@ -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.
|
#* 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"
|
#* 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"
|
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.
|
#* 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 time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||||
update_ms = 2000
|
update_ms = 2000
|
||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* 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.
|
#* "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.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
|
|||||||
@@ -14,6 +14,9 @@ exec --no-startup-id export GTK_THEME="catppuccin-mocha-green-standard+default"
|
|||||||
exec_always killall polybar
|
exec_always killall polybar
|
||||||
exec_always --no-startup-id ~/.config/polybar/launch_polybar.sh
|
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 Print exec maim "$HOME/pictures/screenshots/$(date).png"
|
||||||
bindsym $mod+Print exec maim --window $(xdotool getactivewindow) "$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"
|
bindsym Shift+Print exec maim --select "$HOME/pictures/screenshots/$(date).png"
|
||||||
|
|||||||
@@ -213,8 +213,8 @@ blur-background-exclude = [
|
|||||||
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
||||||
# `xrender` is the default one.
|
# `xrender` is the default one.
|
||||||
#
|
#
|
||||||
#backend = "glx"
|
backend = "glx";
|
||||||
backend = "xrender";
|
#backend = "xrender";
|
||||||
|
|
||||||
# Use higher precision during rendering, and apply dither when presenting the
|
# Use higher precision during rendering, and apply dither when presenting the
|
||||||
# rendered screen. Reduces banding artifacts, but might cause performance
|
# rendered screen. Reduces banding artifacts, but might cause performance
|
||||||
@@ -222,8 +222,14 @@ backend = "xrender";
|
|||||||
dithered-present = false;
|
dithered-present = false;
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
#vsync = false
|
|
||||||
vsync = true;
|
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
|
# Try to detect WM windows (a non-override-redirect window with no
|
||||||
# child that has 'WM_STATE') and mark them as active.
|
# child that has 'WM_STATE') and mark them as active.
|
||||||
|
|||||||
Reference in New Issue
Block a user