Home
Help
Sign In
thedroneely
/
dotfiles
212MB
mirror of
https://github.com/tdro/dotfiles
Watch
1
Star
0
Fork
0
Thedro's Dotfiles
https://www.thedroneely.com
Code
Commits
863
Branches
1
Issues
0
Releases
0
Wiki
Activity
Browse Source
.local/share/applications/image: Use sxiv
master
tdro
2 months ago
parent
6ac8a97ec2
commit
b43265ac0f
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.config/nixpkgs/config.nix
+1
-1
.local/share/applications/image.desktop
+ 1
- 0
.config/nixpkgs/config.nix
View File
@@ -145,6 +145,7 @@ in
spaceFM
sqlitebrowser
sublime3-dev
sxiv
syncthing
tabula
thunderbird
+ 1
- 1
.local/share/applications/image.desktop
View File
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Image Viewer
Type=Application
Exec=
feh -. -g 640x480 --start-at
%U
Exec=
sxiv -b -g 640x480 -a
%U
Terminal=false
NoDisplay=true
Write
Preview
Loading…
Cancel
Save