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.
462b4653b4
...
0ede407a5a
11
.config/gtk-2.0/gtkfilechooser.ini
Normal file
11
.config/gtk-2.0/gtkfilechooser.ini
Normal 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
|
0
.config/gtk-3.0/bookmarks
Normal file
0
.config/gtk-3.0/bookmarks
Normal file
@ -6,7 +6,5 @@ dunst & # dunst for notifications
|
||||
redshift & # redshift for saving your eyes
|
||||
mpd & # starts the mpd server for music
|
||||
$STATUSBAR & # for refreshing the statusbar
|
||||
xcompmgr & # compositor for transparency
|
||||
nextcloud & # for my cloud
|
||||
sxhkd & # for shortcuts
|
||||
easyeffects --gapplication-service & # load noise suppression for microphone
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.dotfiles
|
||||
.config/nvim/plugged
|
||||
.config/nvim/autoload
|
||||
|
@ -9,14 +9,8 @@
|
||||
# directory as a wallpaper. Be careful that the directory only has images.
|
||||
# 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")" &&
|
||||
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"
|
||||
xwallpaper --zoom ~/.config/wall.png
|
||||
|
@ -27,12 +27,7 @@ xargs -I{} mv {} .config-backup/{}
|
||||
- finish setup for vim:
|
||||
- open vim
|
||||
- `:PlugInstall`
|
||||
|
||||
## 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.
|
||||
- `:CocInstall`
|
||||
|
||||
## Hotkeys
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user