diff --git a/.config/xprofile b/.config/xprofile index 1ff986d..4ad669b 100644 --- a/.config/xprofile +++ b/.config/xprofile @@ -1,3 +1,12 @@ +#!/bin/sh + +# Slow app startup fix (for flatpaks) +dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY + +# Autostarts +unclutter & + +# Custom Resolutions xrandr --newmode "768x432_60.00" 25.75 768 792 864 960 432 435 440 450 -hsync +vsync xrandr --newmode "960x540_60.00" 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync xrandr --addmode VGA1 768x432_60.00 diff --git a/.config/zsh/aliases b/.config/zsh/aliases index c9c8115..c97c8f8 100644 --- a/.config/zsh/aliases +++ b/.config/zsh/aliases @@ -64,7 +64,7 @@ alias cfpoly='vim $XDG_CONFIG_HOME/polybar/config' alias cfkeys='vim $XDG_CONFIG_HOME/sxhkd/sxhkdrc' alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases' alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds' -alias cfprofile='vim $XDG_CONFIG_HOME/zsh/profile' +alias cfprofile='vim $HOME/.zprofile' alias cfcompt='vim $XDG_CONFIG_HOME/compton/compton.conf' #more shortcuts @@ -86,4 +86,3 @@ alias gca='git commit -a' alias gcam='git commit -a -m' alias gp='git push' alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME' - diff --git a/.config/zsh/profile b/.zprofile similarity index 100% rename from .config/zsh/profile rename to .zprofile diff --git a/.zshrc b/.zshrc index 50d30af..7c5b86f 100644 --- a/.zshrc +++ b/.zshrc @@ -4,7 +4,6 @@ #autoload -U colors && colors # Profiles -source ~/.config/zsh/profile source $XDG_CONFIG_HOME/zsh/icons # MOTDs pfetch