mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
small addiotions for notifications
This commit is contained in:
@@ -12,6 +12,8 @@ xsetroot -solid '#5A8E3A'
|
|||||||
|
|
||||||
# reset
|
# reset
|
||||||
hc keyunbind --all
|
hc keyunbind --all
|
||||||
|
pkill dunst
|
||||||
|
pkill xautolock
|
||||||
|
|
||||||
#variables
|
#variables
|
||||||
Mod=Mod4 # Use the super key as the main modifier
|
Mod=Mod4 # Use the super key as the main modifier
|
||||||
@@ -27,6 +29,9 @@ fi
|
|||||||
if [[ "$HOST" == "atlantislaptop" ]]; then
|
if [[ "$HOST" == "atlantislaptop" ]]; then
|
||||||
hc keybind XF86MonBrightnessUp spawn /bin/bash -c 'tee /sys/class/backlight/intel_backlight/brightness <<< "$(expr $(cat /sys/class/backlight/intel_backlight/brightness) + 5)"'
|
hc keybind XF86MonBrightnessUp spawn /bin/bash -c 'tee /sys/class/backlight/intel_backlight/brightness <<< "$(expr $(cat /sys/class/backlight/intel_backlight/brightness) + 5)"'
|
||||||
hc keybind XF86MonBrightnessDown spawn /bin/bash -c 'tee /sys/class/backlight/intel_backlight/brightness <<< "$(expr $(cat /sys/class/backlight/intel_backlight/brightness) - 5)"'
|
hc keybind XF86MonBrightnessDown spawn /bin/bash -c 'tee /sys/class/backlight/intel_backlight/brightness <<< "$(expr $(cat /sys/class/backlight/intel_backlight/brightness) - 5)"'
|
||||||
|
xautolock -time 15 -locker /home/ik15ydit/.config/i3lock/piclock.sh &
|
||||||
|
/usr/bin/dunst &
|
||||||
|
hc keybind $Mod-o spawn /bin/bash -c "systemctl hibernate"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
######### GENERAL SETUP #########
|
######### GENERAL SETUP #########
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ colordiff ;#colored diff
|
|||||||
coreutils ;#many usefull tools
|
coreutils ;#many usefull tools
|
||||||
cron ;#execute tasks automaticly at certain times
|
cron ;#execute tasks automaticly at certain times
|
||||||
cscope ;#find shit in big repros
|
cscope ;#find shit in big repros
|
||||||
|
dunst ;#notification deamon for notify-send
|
||||||
dzen2 ;#used for herbsluftclient panel
|
dzen2 ;#used for herbsluftclient panel
|
||||||
eclipse ;#java programming enviroment
|
eclipse ;#java programming enviroment
|
||||||
enscript ;#used for pdf/ps stuff
|
enscript ;#used for pdf/ps stuff
|
||||||
@@ -43,8 +44,9 @@ katarakt ;#simple and performant pdfviewer
|
|||||||
kolourpaint4 ;#simple pictureeditor
|
kolourpaint4 ;#simple pictureeditor
|
||||||
less ;#simple textview
|
less ;#simple textview
|
||||||
libreoffice ;#documenteditor like open office
|
libreoffice ;#documenteditor like open office
|
||||||
|
lm-sensors ;#CPU/GraKa (temperatur) sensors
|
||||||
nano ;#very simple to use consol-texteditor
|
nano ;#very simple to use consol-texteditor
|
||||||
ncdu ;#harddriveussage overview
|
ncdu ;#harddrive ussage overview
|
||||||
mpv ;#video/music player
|
mpv ;#video/music player
|
||||||
openjdk-8-jdk ;#java
|
openjdk-8-jdk ;#java
|
||||||
openssh-client ;#ssh
|
openssh-client ;#ssh
|
||||||
@@ -66,6 +68,7 @@ sudo ;#execute as root
|
|||||||
tar ;#compressing/unpacking
|
tar ;#compressing/unpacking
|
||||||
tesseract-ocr ;#optical character/text recognition
|
tesseract-ocr ;#optical character/text recognition
|
||||||
texlive-full ;#tex (Achtung groß)
|
texlive-full ;#tex (Achtung groß)
|
||||||
|
texmaker ;#tex gui
|
||||||
tig ;#git history
|
tig ;#git history
|
||||||
tmux ;#terminal multiplexer (multiple terminals within one)
|
tmux ;#terminal multiplexer (multiple terminals within one)
|
||||||
traceroute ;#tracert/check route to host
|
traceroute ;#tracert/check route to host
|
||||||
|
|||||||
2
zshrc
2
zshrc
@@ -78,6 +78,8 @@ if [[ $HOST =~ atlantis* ]]; then
|
|||||||
#alias gedit="gedit 2&>/dev/null &"
|
#alias gedit="gedit 2&>/dev/null &"
|
||||||
alias kpaint="kolourpaint 2&>/dev/null &"
|
alias kpaint="kolourpaint 2&>/dev/null &"
|
||||||
alias telegram='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub"'
|
alias telegram='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub"'
|
||||||
|
alias telegram-plain='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli --disable-colors --disable-readline -k tg-server.pub"'
|
||||||
|
|
||||||
alias x='startx'
|
alias x='startx'
|
||||||
else
|
else
|
||||||
alias pcolor='for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i} "; if [[ $(((($i+3)/6)*6)) -eq $(($i+3)) ]]; then echo; fi; done'
|
alias pcolor='for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i} "; if [[ $(((($i+3)/6)*6)) -eq $(($i+3)) ]]; then echo; fi; done'
|
||||||
|
|||||||
Reference in New Issue
Block a user