added chrome as default and added sysmontask

This commit is contained in:
2021-06-08 12:21:24 +02:00
parent d40acf6bbd
commit 0a3cdb8003
7 changed files with 29 additions and 11 deletions

View File

@@ -123,6 +123,7 @@ bindsym $mod+e exec xfce4-terminal -e ranger # File m
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
bindsym $mod+Print exec flameshot gui # Show screenshot window
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
bindsym control+shift+Escape exec sysmontask
# Rofi
bindsym $mod+d exec "rofi -show run"
@@ -223,6 +224,8 @@ for_window [class="Lxappearance"] floating enable
for_window [class="Arandr"] floating enable
for_window [class="Eog"] floating enable
for_window [title="Tidal-hifi - settings"] floating enable
for_window [class="Sysmontask"] floating enable
for_window [class="Sysmontask"] resize set 930 665
############################################
# Workspace specific tools #

View File

@@ -51,6 +51,16 @@ label=
interval=1
color=#999999
# CPU usage
#
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
[cpu_usage]
label=
interval=1
#min_width=CPU:100.00%
separator=true
[load_average]
label=
interval=10
@@ -118,15 +128,6 @@ signal=10
separator=true
color=#999999
# Battery indicator
# The battery instance defaults to 0.
# [battery]
# label=
# #instance=1
# interval=30
# separator=true
# color=#999999
# Battery indicator
# The battery instance defaults to 0.
[battery2]