This commit is contained in:
2025-12-03 13:50:17 -08:00
parent b04cbd578f
commit 93850623dd
5 changed files with 27 additions and 14 deletions

View File

@@ -2,18 +2,22 @@
TERM = "xterm-256color" TERM = "xterm-256color"
[font] [font]
size = 16 size = 17
[font.normal] [font.normal]
family = "Monospace" family = "Hack"
style = "Regular"
[font.offset] [font.offset]
x = 0 x = 0
y = 0 y = 0
# Try setting this
[font.glyph_offset]
x = 0
y = 0
[window] [window]
opacity = 0.9 opacity = 0.95
[general] [general]
import = ["/home/opal/.config/alacritty/theme.toml"] import = ["/home/opal/.config/alacritty/theme.toml"]

View File

@@ -4,6 +4,7 @@
monitor=HDMI-A-1,3840x2160,0x0,1.5 monitor=HDMI-A-1,3840x2160,0x0,1.5
monitor=DP-2,2560x2880,2560x0,1.6 monitor=DP-2,2560x2880,2560x0,1.6
monitor=DP-3,2560x2880,2560x0,1.6
#monitor=DP-1,2560x2880,0x0,2.0 #monitor=DP-1,2560x2880,0x0,2.0
monitor=eDP-1,1920x1200,6400x0,1.0 monitor=eDP-1,1920x1200,6400x0,1.0
@@ -25,9 +26,10 @@ $menu = ~/.config/rofi/launchers/type-7/launcher.sh
# exec-once = nm-applet & # exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
exec = hyprpaper
exec-once = keepassxc
exec-once = waybar & exec-once = waybar &
exec-once = hypridle & exec-once = hypridle &
exec = hyprpaper
exec-once = hyprsunset exec-once = hyprsunset
exec-once = /usr/bin/udiskie & exec-once = /usr/bin/udiskie &
exec-once = /usr/bin/nm-applet & exec-once = /usr/bin/nm-applet &
@@ -315,6 +317,10 @@ windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland # Fix some dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
# For KeePassXC
windowrulev2 = float, class:^(org.keepassxc.KeePassXC)$
windowrulev2 = center, class:^(org.keepassxc.KeePassXC)$
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true
use_nearest_neighbor = true use_nearest_neighbor = true

View File

@@ -1,4 +1,4 @@
max-gamma = 100 max-gamma = 200
profile { profile {
time = 7:00 time = 7:00
@@ -7,5 +7,5 @@ profile {
profile { profile {
time = 18:00 time = 18:00
temperature = 2000 temperature = 3000
} }

View File

@@ -14,6 +14,14 @@ compinit
export EDITOR="nvim" export EDITOR="nvim"
HISTFILE=$ZDOTDIR/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
# Options to make history nicer
setopt HIST_IGNORE_DUPS HIST_IGNORE_SPACE
####################################################### #######################################################
# PROMPT # PROMPT
####################################################### #######################################################
@@ -118,6 +126,8 @@ alias ga='git add'
alias gpull='git pull' alias gpull='git pull'
alias gcom='git commit -m' alias gcom='git commit -m'
alias h='history 1'
####################################################### #######################################################
# FUNCTIONS # FUNCTIONS
####################################################### #######################################################

View File

@@ -1,8 +1 @@
export ZDOTDIR="$HOME/.config/zsh" export ZDOTDIR="$HOME/.config/zsh"
HISTFILE=$ZDOTDIR/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
# Options to make history nicer
setopt HIST_IGNORE_DUPS HIST_IGNORE_SPACE