Hopefully more wayland changes that don't break awesome
This commit is contained in:
parent
7fdc04e4d4
commit
eaf99e26b2
21 changed files with 232 additions and 59 deletions
|
@ -1,9 +1,12 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -U fish_user_paths $HOME/.local/bin $HOME/scripts $HOME/.doom-emacs/bin $HOME/.emacs.d/bin $HOME/.cargo/bin
|
||||
set -U fish_user_paths $HOME/.local/bin $HOME/scripts $HOME/.doom-emacs/bin $HOME/.emacs.d/bin $HOME/.cargo/bin /opt/android-sdk/cmdline-tools/latest/bin
|
||||
set TERM "xterm-256color"
|
||||
set EDITOR "emacsclient -c -a"
|
||||
set VISUAL "emacsclient -c -a emacs"
|
||||
set -Ux ANDROID_SDK_ROOT /opt/android-sdk
|
||||
set -Ux JAVA_HOME /usr/lib/jvm/default
|
||||
set -Ux CHROME_EXECUTABLE /usr/bin/qutebrowser
|
||||
|
||||
function fish_greeting -d "what's up, fish?"
|
||||
# set_color $fish_color_autosuggestion[1]
|
||||
|
@ -209,7 +212,7 @@ alias mpf "mpv --profile=fast"
|
|||
### Start X at login
|
||||
if status is-login
|
||||
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
||||
exec startx
|
||||
exec dbus-run-session startplasma-wayland
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export ANDROID_SDK_ROOT:/opt/android\x2dsdk
|
||||
SETUVAR --export CHROME_EXECUTABLE:/usr/bin/qutebrowser
|
||||
SETUVAR --export JAVA_HOME:/usr/lib/jvm/default
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
|
@ -30,4 +33,4 @@ SETUVAR fish_pager_color_completion:\x1d
|
|||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_user_paths:/home/chris/\x2elocal/bin\x1e/home/chris/scripts\x1e/home/chris/\x2edoom\x2demacs/bin\x1e/home/chris/\x2eemacs\x2ed/bin\x1e/home/chris/\x2ecargo/bin
|
||||
SETUVAR fish_user_paths:/home/chris/\x2elocal/bin\x1e/home/chris/scripts\x1e/home/chris/\x2edoom\x2demacs/bin\x1e/home/chris/\x2eemacs\x2ed/bin\x1e/home/chris/\x2ecargo/bin\x1e/opt/android\x2dsdk/cmdline\x2dtools/latest/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue