Merge branch 'master' of git.opal.sh:opal/opalfiles
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user