Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-system-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam Chasen
reform-system-image
Commits
e5140c1d
Commit
e5140c1d
authored
4 years ago
by
minute
Browse files
Options
Downloads
Patches
Plain Diff
WIP: updated target bash_profile and sway config
parent
f3c66507
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
target-scripts/.bash_profile
+13
-1
13 additions, 1 deletion
target-scripts/.bash_profile
target-scripts/.config/sway/config
+1
-1
1 addition, 1 deletion
target-scripts/.config/sway/config
with
14 additions
and
2 deletions
target-scripts/.bash_profile
+
13
−
1
View file @
e5140c1d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
target-scripts/.config/sway/config
+
1
−
1
View file @
e5140c1d
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment