Commit 70dcab73 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added i3wsr.toml (see https://crates.io/crates/i3wsr). Enabled (still

testing) with some font-awesome icons.
parent 20a660c7
......@@ -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
......
[general]
separator = " "
default_icon = ""
[icons]
"Brave-browser" = ""
"Genymotion Player" = ""
Alacritty = ""
Pamac-manager = ""
Signal = ""
Slack = ""
Termite = ""
Thunderbird = ""
firefox = ""
[options]
no_names = true
remove_duplicates = false
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment