stuff
This commit is contained in:
parent
de36385ff2
commit
f3ab049a81
7 changed files with 11 additions and 19 deletions
|
|
@ -69,12 +69,13 @@ if status is-interactive
|
||||||
set fish_pager_color_secondary_description
|
set fish_pager_color_secondary_description
|
||||||
set fish_pager_color_selected_prefix black --bold --underline
|
set fish_pager_color_selected_prefix black --bold --underline
|
||||||
set fish_pager_color_secondary_completion
|
set fish_pager_color_secondary_completion
|
||||||
end
|
|
||||||
|
|
||||||
if test $XDG_CURRENT_DESKTOP = "niri"
|
if test $XDG_CURRENT_DESKTOP = "niri"
|
||||||
dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'"
|
dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'"
|
||||||
else
|
else
|
||||||
dconf reset /org/gnome/desktop/wm/preferences/button-layout
|
dconf reset /org/gnome/desktop/wm/preferences/button-layout
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ end
|
||||||
|
|
||||||
# Find files in home directory
|
# Find files in home directory
|
||||||
function find_file
|
function find_file
|
||||||
set file (find ~/Desktop ~/Documents ~/Downloads ~/Pictures ~/Videos -type f | fuzzel --dmenu --width 100 --match-mode=fuzzy)
|
set file (find ~/Desktop ~/Documents ~/Downloads ~/Pictures ~/Videos -printf "%p\t%f\n" | fuzzel --with-nth 2 --accept-nth 1 --dmenu --match-mode=fuzzy)
|
||||||
|
|
||||||
if test (xdg-mime query filetype $file) = "application/pdf" && test (menu "PDF" "Ipe") = "Ipe"
|
if test (xdg-mime query filetype $file) = "application/pdf" && test (menu "PDF" "Ipe") = "Ipe"
|
||||||
ipe $file
|
ipe $file
|
||||||
|
|
|
||||||
4
.local/scripts/start-anylogic.sh
Executable file
4
.local/scripts/start-anylogic.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd `dirname $0`
|
||||||
|
env -i DISPLAY="$DISPLAY" HOME="$HOME" PATH="$PATH" USER="$USER" SWT_GTK3=0 UBUNTU_MENUPROXY= ./anylogic/anylogic
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Sioyek
|
|
||||||
Comment=PDF viewer for reading research papers and technical books
|
|
||||||
Keywords=pdf;viewer;reader;research;
|
|
||||||
TryExec=sioyek
|
|
||||||
Exec=sioyek %f
|
|
||||||
StartupNotify=true
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Icon=sioyek
|
|
||||||
Categories=Development;Viewer;
|
|
||||||
MimeType=application/pdf;
|
|
||||||
StartupWMClass=sioyek
|
|
||||||
BIN
.local/share/fonts/Comic.TTF
Normal file
BIN
.local/share/fonts/Comic.TTF
Normal file
Binary file not shown.
BIN
.local/share/fonts/Comicbd.TTF
Normal file
BIN
.local/share/fonts/Comicbd.TTF
Normal file
Binary file not shown.
BIN
.local/share/fonts/papyrus.ttf
Executable file
BIN
.local/share/fonts/papyrus.ttf
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue