Skip to content

Commit

Permalink
pulled default out of .profile, removed .gtkrc
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Dec 8, 2023
1 parent 9201df8 commit 47a03ad
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 42 deletions.
19 changes: 0 additions & 19 deletions .gtkrc-2.0

This file was deleted.

23 changes: 0 additions & 23 deletions .profile

This file was deleted.

1 change: 1 addition & 0 deletions .profile
12 changes: 12 additions & 0 deletions .profile##default
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'
23 changes: 23 additions & 0 deletions .profile##distro_family.arch
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'

0 comments on commit 47a03ad

Please sign in to comment.