Updates
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
timedatectl set-timezone Europe/Berlin
|
||||
timedatectl set-ntp 1
|
||||
sudo hwclock --systohc
|
||||
|
||||
Reference in New Issue
Block a user