Skip to content
Snippets Groups Projects
Commit 98d8be55 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

fish

parent c26e63c6
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/fish
set -x MOZ_ENABLE_WAYLAND 1
# Path to Oh My Fish install.
set -q XDG_DATA_HOME
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
or set -gx OMF_PATH "$HOME/.local/share/omf"
# Load Oh My Fish configuration.
source $OMF_PATH/init.fish
set -ax PATH $HOME/bin
#!/usr/bin/fish
if swaymsg 2>/dev/null
set -x _JAVA_AWT_WM_NONREPARENTING 1
set -x QT_QPA_PLATFORMTHEME qt5ct
end
#!/usr/bin/fish
if set -q DISPLAY
echo $XDG_SESSION_ID > /tmp/displaystatus
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment