-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulled default out of .profile, removed .gtkrc
- Loading branch information
1 parent
9201df8
commit 47a03ad
Showing
4 changed files
with
36 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.profile##distro_family.arch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# my own stuff | ||
export EDITOR=nvim | ||
export VISUAL=nvim | ||
|
||
# for GnuPG | ||
export GPG_TTY=$(tty) | ||
|
||
export GTK_USE_PORTAL=0 | ||
|
||
# for fzf | ||
export FZF_DEFAULT_OPTS='--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*" --multi --preview "bat --color=always --style=header,grid --line-range :500 {}"' | ||
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git --exclude node_modules --exclude .cache --exclude .gradle' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# my own stuff | ||
export EDITOR=nvim | ||
export VISUAL=nvim | ||
|
||
# for sway | ||
export MOZ_ENABLE_WAYLAND=1 | ||
export XDG_CURRENT_DESKTOP=sway | ||
export XDG_SESSION_TYPE=wayland | ||
export WLR_NO_HARDWARE_CURSORS=1 | ||
#export WLR_NO_HARDWARE_CURSORS=0 | ||
export WLR_RENDERER_ALLOW_SOFTWARE=1 | ||
|
||
export _JAVA_AWT_WM_NONREPARENTING=1 | ||
# export WAYLAND_DISPLAY=wayland-1 | ||
|
||
# for GnuPG | ||
export GPG_TTY=$(tty) | ||
|
||
export GTK_USE_PORTAL=0 | ||
|
||
# for fzf | ||
export FZF_DEFAULT_OPTS='--cycle --layout=reverse --border --height=90% --preview-window=wrap --marker="*" --multi --preview "bat --color=always --style=header,grid --line-range :500 {}"' | ||
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git --exclude node_modules --exclude .cache --exclude .gradle' |