diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 deleted file mode 100644 index 3041994..0000000 --- a/.gtkrc-2.0 +++ /dev/null @@ -1,19 +0,0 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "/home/toni/.gtkrc-2.0.mine" -gtk-theme-name="Arc-Dark" -gtk-icon-theme-name="Qogir-dark" -gtk-font-name="Noto Sans 10" -gtk-cursor-theme-name="Qogir-dark" -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=0 -gtk-menu-images=0 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle="hintfull" -gtk-xft-rgba="rgb" diff --git a/.profile b/.profile deleted file mode 100644 index 1a509b6..0000000 --- a/.profile +++ /dev/null @@ -1,23 +0,0 @@ -# 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' diff --git a/.profile b/.profile new file mode 120000 index 0000000..f8901c1 --- /dev/null +++ b/.profile @@ -0,0 +1 @@ +.profile##distro_family.arch \ No newline at end of file diff --git a/.profile##default b/.profile##default new file mode 100644 index 0000000..8f0eb63 --- /dev/null +++ b/.profile##default @@ -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' diff --git a/.profile##distro_family.arch b/.profile##distro_family.arch new file mode 100644 index 0000000..1a509b6 --- /dev/null +++ b/.profile##distro_family.arch @@ -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'