mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-20 08:37:49 +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"
|
alias paint="kolourpaint"
|
||||||
|
|
||||||
# ls(d)
|
# ls(d)
|
||||||
alias l="eza"
|
alias l="exa"
|
||||||
alias la="eza -la"
|
alias la="exa -la"
|
||||||
alias ll="eza -l"
|
alias ll="exa -l"
|
||||||
alias tree="eza --tree"
|
alias tree="exa --tree"
|
||||||
|
|
||||||
# mkdir
|
# mkdir
|
||||||
alias mkdir="mkdir -p"
|
alias mkdir="mkdir -p"
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xset r rate 300 50 & # Speed xrate up
|
xset r rate 300 50 & # Speed xrate up
|
||||||
unclutter & # Remove mouse when idle
|
unclutter & # Remove mouse when idle
|
||||||
dunst & # dunst for notifications
|
dunst & # dunst for notifications
|
||||||
redshift & # redshift for saving your eyes
|
redshift & # redshift for saving your eyes
|
||||||
$STATUSBAR & # for refreshing the statusbar
|
$STATUSBAR & # for refreshing the statusbar
|
||||||
xcompmgr & # compositor for transparency
|
xcompmgr & # compositor for transparency
|
||||||
nextcloud & # for my cloud
|
nextcloud & # for my cloud
|
||||||
sxhkd & # for shortcuts
|
sxhkd & # for shortcuts
|
||||||
easyeffects --gapplication-service & # load noise suppression for microphone
|
easyeffects --gapplication-service & # load noise suppression for microphone
|
||||||
syncthing & # sync data between devices
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user