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

Compare commits

..

No commits in common. "462b4653b4a5269f012c438a31562ad21c4c6170" and "0ede407a5a8ff090836605e9af7a952898146069" have entirely different histories.

6 changed files with 16 additions and 17 deletions

View File

@ -0,0 +1,11 @@
[Filechooser Settings]
LocationMode=filename-entry
ShowHidden=false
ShowSizeColumn=true
GeometryX=286
GeometryY=86
GeometryWidth=796
GeometryHeight=596
SortColumn=name
SortOrder=ascending
StartupMode=recent

View File

View File

@ -6,7 +6,5 @@ dunst & # dunst for notifications
redshift & # redshift for saving your eyes redshift & # redshift for saving your eyes
mpd & # starts the mpd server for music mpd & # starts the mpd server for music
$STATUSBAR & # for refreshing the statusbar $STATUSBAR & # for refreshing the statusbar
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

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.dotfiles .dotfiles
.config/nvim/plugged
.config/nvim/autoload .config/nvim/autoload

View File

@ -9,14 +9,8 @@
# directory as a wallpaper. Be careful that the directory only has images. # directory as a wallpaper. Be careful that the directory only has images.
# by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice # by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice
bgloc="${XDG_DATA_HOME:-$HOME/.local/share}/bg" [ -f "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed."
[ -d "$1" ] && cp "$(find "$1" -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -type f | shuf -n 1)" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Random Wallpaper chosen."
trueloc="$(readlink -f "$1")" && xwallpaper --zoom ~/.config/wall.png
case "$(file --mime-type -b "$trueloc")" in
image/* ) ln -f "$(readlink -f "$1")" "$bgloc" && notify-send -i "$bgloc" "Changing wallpaper..." ;;
inode/directory ) ln -f "$(find "$trueloc" -iregex '.*.\(jpg\|jpeg\|png\|gif\)' -type f | shuf -n 1)" "$bgloc" && notify-send -i "$bgloc" "Random Wallpaper chosen." ;;
*) notify-send "🖼️ Error" "Not a valid image or directory." ; exit 1;;
esac
xwallpaper --zoom "$bgloc"

View File

@ -27,12 +27,7 @@ xargs -I{} mv {} .config-backup/{}
- finish setup for vim: - finish setup for vim:
- open vim - open vim
- `:PlugInstall` - `:PlugInstall`
- `:CocInstall`
## Ignore local changes to config files
If you need to make local changes to config files that are not to be pushed
run `config update-index --skip-worktree <file>` to stop git from showing them
having changes.
## Hotkeys ## Hotkeys