Update
This commit is contained in:
@@ -13,13 +13,14 @@
|
|||||||
## Programs
|
## Programs
|
||||||
|
|
||||||
+ Editor: emacs
|
+ Editor: emacs
|
||||||
+ File-Browser: ranger
|
+ File-Browser: ranger, thunar + tumbler
|
||||||
+ Image-Viewer: sxiv
|
+ Image-Viewer: sxiv
|
||||||
+ Launcher: [dmenu](https://github.com/crammk/dmenu)
|
+ Launcher: [dmenu](https://github.com/crammk/dmenu)
|
||||||
|
+ Lock: [slock](https://github.com/crammk/slock)
|
||||||
+ Music: spotify
|
+ Music: spotify
|
||||||
+ Pdf-Viewer: zathura with mupdf
|
+ Pdf-Viewer: zathura with mupdf
|
||||||
+ Screenshots: Flameshot
|
+ Screenshots: Flameshot
|
||||||
+ Video-Player: mpv
|
+ Video-Player: mpv, vlc
|
||||||
|
|
||||||
## Other Dependencies
|
## Other Dependencies
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,13 @@ dunst &
|
|||||||
picom &
|
picom &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
||||||
|
# fcitx exports
|
||||||
|
export GTK_IM_MODULE='fcitx'
|
||||||
|
export QT_IM_MODULE='fcitx'
|
||||||
|
export SDL_IM_MODULE='fcitx'
|
||||||
|
export XMODIFIERS='@im=fcitx'
|
||||||
|
export WINIT_UNIX_BACKEND=x11
|
||||||
|
|
||||||
# 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 50 &
|
||||||
|
|||||||
@@ -49,19 +49,11 @@ export VISUAL="nvim"
|
|||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
|
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
|
||||||
|
|
||||||
export GTK_IM_MODULE='fcitx'
|
|
||||||
export QT_IM_MODULE='fcitx'
|
|
||||||
export SDL_IM_MODULE='fcitx'
|
|
||||||
export XMODIFIERS='@im=fcitx'
|
|
||||||
export WINIT_UNIX_BACKEND=x11
|
|
||||||
|
|
||||||
# ============================== Aliases
|
# ============================== Aliases
|
||||||
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 hm="cd ~/dev/hm-aufgaben"
|
|
||||||
|
|
||||||
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -33,5 +33,5 @@ function get_title () {
|
|||||||
[ ! -z "$(playerctl -p spotify status 2>/dev/null)" ] \
|
[ ! -z "$(playerctl -p spotify status 2>/dev/null)" ] \
|
||||||
&& artist=$(get_artist) \
|
&& artist=$(get_artist) \
|
||||||
&& title=$(get_title) \
|
&& title=$(get_title) \
|
||||||
&& ([ -z "$artist$title" ] && scroll "" "Spotify is not connected on this pc" "" || scroll "$artist - $title" ) \
|
&& ([ -z "$artist$title" ] && scroll "" "Spotify is not connected on this pc" "" || scroll "$title - $artist" ) \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|||||||
4
files/scripts/fix_time.sh
Executable file
4
files/scripts/fix_time.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
timedatectl set-timezone Europe/Berlin
|
||||||
|
sudo hwclock --systohc
|
||||||
Reference in New Issue
Block a user