From 9f440c71b921cba2b6966254aed81c8cfe7ab2b1 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 29 Apr 2021 14:11:54 +0200 Subject: [PATCH] Updates --- files/.config/dunst/dunstrc | 6 +++--- files/.xinitrc | 4 ++-- files/.zshrc | 2 ++ files/scripts/fix_time.sh | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index c87d6d0..fdf7472 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -237,10 +237,10 @@ # Xev might be helpful to find names for keys. # Close notification. - close = ctrl+space + close = ctrl+Escape # Close all notifications. - close_all = ctrl+shift+space + #close_all = ctrl+shift+space # Redisplay last message(s). # On the US keyboard layout "grave" is normally above TAB and left @@ -249,7 +249,7 @@ history = ctrl+grave # Context menu. - context = ctrl+shift+period + # context = ctrl+shift+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. diff --git a/files/.xinitrc b/files/.xinitrc index a3b986a..412d85e 100755 --- a/files/.xinitrc +++ b/files/.xinitrc @@ -40,8 +40,8 @@ export PATH=$PATH:$HOME/.cargo/bin:$HOME:/.local:$HOME/.cabal/bin:$HOME/.ghcup/b export _JAVA_AWT_WM_NONREPARENTING=1 # wallpaper -feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png -#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 & +#feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png +asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 & dwmblocks & exec dwm 2> ~/.dwm.log diff --git a/files/.zshrc b/files/.zshrc index 6efb51f..e4e4471 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -54,6 +54,7 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts alias fontslist="fc-list :scalable=true:spacing=mono: family" alias fontscache="fc-cache -f -v" alias accent="echo #98c379" +alias ofen="gcc" if [[ -x $(which nvim 2> /dev/null) ]]; then alias vim="nvim" @@ -179,3 +180,4 @@ fancy-ctrl-z () { } zle -N fancy-ctrl-z bindkey '^Z' fancy-ctrl-z +alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts" diff --git a/files/scripts/fix_time.sh b/files/scripts/fix_time.sh index 029d709..13e09d6 100755 --- a/files/scripts/fix_time.sh +++ b/files/scripts/fix_time.sh @@ -1,4 +1,5 @@ #!/bin/sh timedatectl set-timezone Europe/Berlin +timedatectl set-ntp 1 sudo hwclock --systohc