Update dotfiles
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
# The default terminal
|
||||
set $terminal "urxvt -title terminal"
|
||||
set $calc "urxvt256c -title term -e $SHELL -i -c calc"
|
||||
|
||||
set $scriptdir ~/.i3/scripts
|
||||
|
||||
@@ -192,6 +193,7 @@ assign [class="^Keepassx$"] $workspace8
|
||||
|
||||
bindsym $mod+d exec --no-startup-id ~/.i3/scripts/appmenu
|
||||
bindsym $mod+Return exec $terminal
|
||||
bindsym $mod+Shift+Return exec $calc
|
||||
|
||||
bindsym F1 exec --no-startup-id ~/.i3/scripts/shutdown-menu
|
||||
bindsym $mod+F1 exec --no-startup-id ~/.i3/scripts/i3exit lock
|
||||
|
||||
@@ -31,7 +31,7 @@ battery_level 0 {
|
||||
charging_character = ""
|
||||
blocks = ""
|
||||
notification = true
|
||||
hide_when_full = true
|
||||
hide_when_full = false
|
||||
notify_low_level = true
|
||||
threshold_full = 95
|
||||
}
|
||||
@@ -53,6 +53,8 @@ spotify {
|
||||
format_down = " off "
|
||||
cache_timeout = 1
|
||||
color_offline = '#FFFFFF'
|
||||
on_click 1 = "exec $HOME/.i3/scripts/spotify-control toggle"
|
||||
on_click 2 = "exec $HOME/.i3/scripts/spotify-control next"
|
||||
}
|
||||
|
||||
online_status {
|
||||
@@ -65,4 +67,5 @@ volume_status {
|
||||
format_muted = " mute "
|
||||
thresholds = []
|
||||
command = "pactl"
|
||||
color_muted = '#FFFFFF'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user