diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 2 | ||||
-rwxr-xr-x | .local/bin/scrwork | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ce7323e..d49a8e1 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index a7fd094..fc47690 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -57,7 +57,7 @@ alias \ irc='irssi' \ dgit='git --git-dir=$HOME/docs/dotfiles-bsd --work-tree=$HOME' \ confgit='git --git-dir=$HOME/docs/conffiles-bsd --work-tree=/' \ - vpsdo='/usr/home/jozan/dev/perl/serv-scripts/vps-do.pl' + vpsdo='/usr/home/jozan/dev/perl/jozanofastora-scripts/vps-do.pl' upsrc() { doas git -C /usr/src pull --ff-only } diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 5cd0e05..881f24d 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -45,7 +45,7 @@ # Screen setup when I'm at work xrandr \ - --output LVDS-1 --mode 1366x768 --pos 0x657 --rotate normal \ + --output LVDS-1 --mode 1366x768 --pos 0x600 --rotate normal \ --output VGA-1 --mode 1920x1080 --pos 3286x0 --rotate normal \ --output HDMI-1 --primary --mode 1920x1080 --pos 1366x0 --rotate normal \ --output DP-1 --off \ |