Updates
This commit is contained in:
@@ -237,10 +237,10 @@
|
|||||||
# Xev might be helpful to find names for keys.
|
# Xev might be helpful to find names for keys.
|
||||||
|
|
||||||
# Close notification.
|
# Close notification.
|
||||||
close = ctrl+space
|
close = ctrl+Escape
|
||||||
|
|
||||||
# Close all notifications.
|
# Close all notifications.
|
||||||
close_all = ctrl+shift+space
|
#close_all = ctrl+shift+space
|
||||||
|
|
||||||
# Redisplay last message(s).
|
# Redisplay last message(s).
|
||||||
# On the US keyboard layout "grave" is normally above TAB and left
|
# On the US keyboard layout "grave" is normally above TAB and left
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
history = ctrl+grave
|
history = ctrl+grave
|
||||||
|
|
||||||
# Context menu.
|
# Context menu.
|
||||||
context = ctrl+shift+period
|
# context = ctrl+shift+period
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# 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
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
#feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
||||||
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|
asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 &
|
||||||
|
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
exec dwm 2> ~/.dwm.log
|
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 fontslist="fc-list :scalable=true:spacing=mono: family"
|
||||||
alias fontscache="fc-cache -f -v"
|
alias fontscache="fc-cache -f -v"
|
||||||
alias accent="echo #98c379"
|
alias accent="echo #98c379"
|
||||||
|
alias ofen="gcc"
|
||||||
|
|
||||||
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
@@ -179,3 +180,4 @@ fancy-ctrl-z () {
|
|||||||
}
|
}
|
||||||
zle -N fancy-ctrl-z
|
zle -N fancy-ctrl-z
|
||||||
bindkey '^Z' 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
|
#!/bin/sh
|
||||||
|
|
||||||
timedatectl set-timezone Europe/Berlin
|
timedatectl set-timezone Europe/Berlin
|
||||||
|
timedatectl set-ntp 1
|
||||||
sudo hwclock --systohc
|
sudo hwclock --systohc
|
||||||
|
|||||||
Reference in New Issue
Block a user