From 85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 29 Apr 2022 17:15:02 +0200 Subject: Updates --- .config/dunst/dunstrc | 6 +++--- .config/zsh/alias.zsh | 2 +- .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 \ -- cgit v1.2.3