Move xdg_current_desktop to fish config again for testing
This commit is contained in:
parent
6a21bb3a75
commit
836e948d65
@ -37,6 +37,9 @@ set fish_color_cwd yellow
|
|||||||
set SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket
|
set SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
|
|
||||||
|
# Set XDG_CURRENT_DESKTOP to sway
|
||||||
|
set -gx XDG_CURRENT_DESKTOP sway
|
||||||
|
|
||||||
# Defined in /home/marc/.config/fish/functions/fish_prompt.fish @ line 2
|
# Defined in /home/marc/.config/fish/functions/fish_prompt.fish @ line 2
|
||||||
# slightly modified from defaults
|
# slightly modified from defaults
|
||||||
function fish_prompt
|
function fish_prompt
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
QT_QPA_PLATFORMTHEME=qt5ct
|
QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
EDITOR=vim
|
EDITOR=vim
|
||||||
XDG_CURRENT_DESKTOP=sway
|
#XDG_CURRENT_DESKTOP=sway
|
||||||
|
Loading…
Reference in New Issue
Block a user