Merge branch 'master' of git.opal.sh:opal/opalfiles

This commit is contained in:
2025-12-14 08:38:12 -08:00
3 changed files with 17 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
monitor=HDMI-A-1,3840x2160,0x0,1.5
monitor=DP-2,2560x2880,2560x0,1.6
monitor=DP-3,2560x2880,2560x0,1.6
#monitor=DP-1,2560x2880,0x0,2.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 = waybar & hyprpaper & firefox
exec = hyprpaper
exec-once = keepassxc
exec-once = waybar &
exec-once = hypridle &
exec = hyprpaper
exec-once = hyprsunset
exec-once = /usr/bin/udiskie &
exec-once = /usr/bin/nm-applet &
@@ -315,6 +317,10 @@ windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
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 {
force_zero_scaling = true
use_nearest_neighbor = true

View File

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

View File

@@ -1,8 +1 @@
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