Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
applications
arm-profiles
Commits
37826bb5
Verified
Commit
37826bb5
authored
Nov 21, 2020
by
Andreas Gerlach
Browse files
[sway] small fix for silver init, additional cli packages
parent
52ef0a02
Changes
3
Hide whitespace changes
Inline
Side-by-side
editions/sway
View file @
37826bb5
...
...
@@ -96,21 +96,31 @@ ttf-roboto
wqy-microhei #chinese
# other base packages
aerc
bandwhich
base-devel
bat
cmatrix
cpu-temp-speed
curl
exa
fzf
htop
httpie
hyperfine
jq
light
mlocate
neofetch
neovim
ripgrep
rsync
wget
tlp
w3m
xdg-user-dirs
yad
yay
# Other Applications
atool
...
...
@@ -128,6 +138,7 @@ mntray
mpv
odt2txt
ranger
remmina
seahorse
simple-scan
silver
...
...
overlays/sway/etc/skel/.bashrc
View file @
37826bb5
...
...
@@ -9,7 +9,7 @@ export EDITOR=nvim
SILVER
=(
status:black:white user:yellow:black
dir
:blue:black git:green:black cmdtime:magenta:black
)
export
SILVER_ICONS
=
nerd
export
SILVER_SHELL
=
$
0
# bash, zsh, or fish
export
SILVER_SHELL
=
$
{
0
#-
}
# bash, zsh, or fish
eval
"
$(
silver init
)
"
source
~/.bash_aliases
overlays/sway/etc/sway/definitions
View file @
37826bb5
...
...
@@ -19,7 +19,7 @@ set $term termite
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $appmenu wofi --show drun --prompt "Application Launcher" | xargs swaymsg exec --
set $menu wofi --show run
--exec-search
--prompt "Run Command" | xargs swaymsg exec --
set $menu wofi --show run --prompt "Run Command"
--term $term
| xargs swaymsg exec --
set $selwin sws.sh --dmenu-cmd "wofi --show dmenu" --format "%W | %A - %T"
set $help swhelp.sh --conf $HOME/.config/wofi/swhelp --location 7 --xoffset 15 --yoffset -30
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment