Skip to content
Snippets Groups Projects
Commit e5140c1d authored by minute's avatar minute
Browse files

WIP: updated target bash_profile and sway config

parent f3c66507
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,18 @@ export PATH=$PATH:$HOME/bin
# some Xwayland applications will be blank
export ETNA_MESA_DEBUG=nir
# set GTK2 theme
export GTK2_RC_FILES=/usr/share/themes/Arc-Dark/gtk-2.0/gtkrc
unicode_start
cat /etc/motd-reform
if [ $(whoami) == "root" ]
then
cat /etc/reform-root-help
elif [ ! -z $WAYLAND_DISPLAY ]
then
# do nothing
true
else
cat /etc/reform-help
fi
......@@ -14,7 +14,6 @@ set $down down
set $up up
set $right right
# Your preferred terminal emulator
#set $term alacritty
set $term xfce4-terminal
# Your preferred application launcher
# Note: it's recommended that you pass the final command to sway
......@@ -85,6 +84,7 @@ hide_edge_borders both
# Start your launcher
bindsym $mod+d exec $menu
bindsym $mod+Tab exec $menu
bindsym $mod+f exec thunar
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment