diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c089dcb..bb6e44f 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -69,12 +69,13 @@ if status is-interactive set fish_pager_color_secondary_description set fish_pager_color_selected_prefix black --bold --underline set fish_pager_color_secondary_completion -end -if test $XDG_CURRENT_DESKTOP = "niri" - dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'" -else - dconf reset /org/gnome/desktop/wm/preferences/button-layout + if test $XDG_CURRENT_DESKTOP = "niri" + dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'" + else + dconf reset /org/gnome/desktop/wm/preferences/button-layout + end end + diff --git a/.local/scripts/actionmenu.fish b/.local/scripts/actionmenu.fish index 1aa583a..818847e 100755 --- a/.local/scripts/actionmenu.fish +++ b/.local/scripts/actionmenu.fish @@ -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 diff --git a/.local/scripts/start-anylogic.sh b/.local/scripts/start-anylogic.sh new file mode 100755 index 0000000..2487394 --- /dev/null +++ b/.local/scripts/start-anylogic.sh @@ -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 diff --git a/.local/share/applications/sioyek.desktop b/.local/share/applications/sioyek.desktop deleted file mode 100644 index f8b3632..0000000 --- a/.local/share/applications/sioyek.desktop +++ /dev/null @@ -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 diff --git a/.local/share/fonts/Comic.TTF b/.local/share/fonts/Comic.TTF new file mode 100644 index 0000000..d17e1be Binary files /dev/null and b/.local/share/fonts/Comic.TTF differ diff --git a/.local/share/fonts/Comicbd.TTF b/.local/share/fonts/Comicbd.TTF new file mode 100644 index 0000000..75be504 Binary files /dev/null and b/.local/share/fonts/Comicbd.TTF differ diff --git a/.local/share/fonts/papyrus.ttf b/.local/share/fonts/papyrus.ttf new file mode 100755 index 0000000..b530afb Binary files /dev/null and b/.local/share/fonts/papyrus.ttf differ