stuff
This commit is contained in:
parent
de36385ff2
commit
f3ab049a81
7 changed files with 11 additions and 19 deletions
|
|
@ -18,7 +18,7 @@ end
|
|||
|
||||
# Find files in home directory
|
||||
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"
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue