mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-20 00:37:44 +02:00
Compare commits
No commits in common. "6675c1d644ef343e687a458930d62a731407bfe3" and "20b0225125697ceeae84645932b8338b9a805603" have entirely different histories.
6675c1d644
...
20b0225125
@ -66,10 +66,10 @@ alias contacts="khard"
|
||||
alias paint="kolourpaint"
|
||||
|
||||
# ls(d)
|
||||
alias l="eza"
|
||||
alias la="eza -la"
|
||||
alias ll="eza -l"
|
||||
alias tree="eza --tree"
|
||||
alias l="exa"
|
||||
alias la="exa -la"
|
||||
alias ll="exa -l"
|
||||
alias tree="exa --tree"
|
||||
|
||||
# mkdir
|
||||
alias mkdir="mkdir -p"
|
||||
|
@ -1,12 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
xset r rate 300 50 & # Speed xrate up
|
||||
unclutter & # Remove mouse when idle
|
||||
dunst & # dunst for notifications
|
||||
redshift & # redshift for saving your eyes
|
||||
$STATUSBAR & # for refreshing the statusbar
|
||||
xcompmgr & # compositor for transparency
|
||||
nextcloud & # for my cloud
|
||||
sxhkd & # for shortcuts
|
||||
easyeffects --gapplication-service & # load noise suppression for microphone
|
||||
syncthing & # sync data between devices
|
||||
xset r rate 300 50 & # Speed xrate up
|
||||
unclutter & # Remove mouse when idle
|
||||
dunst & # dunst for notifications
|
||||
redshift & # redshift for saving your eyes
|
||||
$STATUSBAR & # for refreshing the statusbar
|
||||
xcompmgr & # compositor for transparency
|
||||
nextcloud & # for my cloud
|
||||
sxhkd & # for shortcuts
|
||||
easyeffects --gapplication-service & # load noise suppression for microphone
|
||||
|
Loading…
x
Reference in New Issue
Block a user