1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-19 16:27:45 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
6675c1d644 Merge branch 'master' of github:tiyn/dotfiles 2023-09-11 17:08:18 +02:00
a430cdb369 xorg: added syncthing to autostart 2023-09-11 17:08:07 +02:00
404951db4a alias: swapped exa for eza 2023-09-11 15:17:51 +02:00
2 changed files with 14 additions and 13 deletions

View File

@ -66,10 +66,10 @@ alias contacts="khard"
alias paint="kolourpaint" alias paint="kolourpaint"
# ls(d) # ls(d)
alias l="exa" alias l="eza"
alias la="exa -la" alias la="eza -la"
alias ll="exa -l" alias ll="eza -l"
alias tree="exa --tree" alias tree="eza --tree"
# mkdir # mkdir
alias mkdir="mkdir -p" alias mkdir="mkdir -p"

View File

@ -1,11 +1,12 @@
#!/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