Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
70dcab73
Commit
70dcab73
authored
Feb 19, 2021
by
Jay Ta'ala
Browse files
Added i3wsr.toml (see
https://crates.io/crates/i3wsr
). Enabled (still
testing) with some font-awesome icons.
parent
20a660c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
i3/config
View file @
70dcab73
...
...
@@ -74,6 +74,7 @@ exec_always --no-startup-id $picom_start
exec_always --no-startup-id ff-theme-util
exec_always --no-startup-id fix_xcursor
exec_always --no-startup-id optimus-manager-qt
exec_always --no-startup-id $HOME/.cargo/bin/i3wsr --config ~/.i3/i3wsr.toml
# kill focused window
bindsym $mod+Shift+q kill
...
...
@@ -239,14 +240,14 @@ bindsym $mod+Ctrl+h workspace prev
# to display names or symbols instead of plain workspace numbers you can use
# something like: set $ws1 1:mail
# set $ws2 2:
set $ws1 1
set $ws2 2
set $ws3 3
set $ws4 4
set $ws5 5
set $ws6 6
set $ws7 7
set $ws8 8
set $ws1
number 1:
1
set $ws2
number 2:
2
set $ws3
number 3:
3
set $ws4
number 4:
4
set $ws5
number 5:
5
set $ws6
number 6:
6
set $ws7
number 7:
7
set $ws8
number 8:
8
# switch to workspace
bindsym $mod+1 workspace $ws1
...
...
i3/i3wsr.toml
0 → 100644
View file @
70dcab73
[general]
separator
=
" "
default_icon
=
""
[icons]
"Brave-browser"
=
""
"Genymotion Player"
=
""
Alacritty
=
""
Pamac-manager
=
""
Signal
=
""
Slack
=
""
Termite
=
""
Thunderbird
=
""
firefox
=
""
[options]
no_names
=
true
remove_duplicates
=
false
i3status/.i3status.conf.py3status
View file @
70dcab73
...
...
@@ -94,7 +94,7 @@ battery all {
integer_battery_capacity = true
status_chr = "⚡"
status_bat = ""
status_unk = "
?
"
status_unk = "
"
status_full = ""
low_threshold = 15
threshold_type = time
...
...
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