Update dotfiles
This commit is contained in:
13
i3/config
13
i3/config
@@ -1,5 +1,3 @@
|
||||
# vim:set foldmethod=indent:
|
||||
# vim:set foldignore=:
|
||||
# This file has been auto-generated by i3-config-wizard(1).
|
||||
# It will not be overwritten, so edit it as you like.
|
||||
#
|
||||
@@ -196,13 +194,20 @@ assign [class="^Keepassx$"] $workspace8
|
||||
bindsym $mod+Shift+Return exec $calc
|
||||
|
||||
bindsym F1 exec --no-startup-id ~/.i3/scripts/shutdown-menu
|
||||
bindsym F2 exec --no-startup-id ~/.i3/scripts/screenmenu
|
||||
|
||||
bindsym $mod+F1 exec --no-startup-id ~/.i3/scripts/i3exit lock
|
||||
bindsym $mod+F2 exec --no-startup-id screencfg ~/.screencfg/all.yml ; exec --no-startup-id ~/.autostart/30_keyboard.sh
|
||||
bindsym $mod+F3 exec --no-startup-id screencfg ~/.screencfg/laptop.yml ; exec --no-startup-id ~/.autostart/30_keyboard.sh
|
||||
bindsym $mod+F4 exec --no-startup-id ~/.i3/scripts/i3exit suspend
|
||||
bindsym $mod+Home exec --no-startup-id ~/.i3/scripts/shutdown-menu
|
||||
|
||||
bindsym $mod+Shift+v exec --no-startup-id redshift-toggle
|
||||
|
||||
bindsync $mod+Shift+$scratchpad move scratchpad
|
||||
bindsync $mod+$scratchpad scratchpad show
|
||||
bindsym $mod+Shift+$scratchpad move scratchpad
|
||||
bindsym $mod+$scratchpad scratchpad show
|
||||
|
||||
# bindsym $mod+$swap workspace $workspace1; move container to workspace $workspace10; workspace $workspace10; move container to workspace $workspace1; workspace $workspace1;
|
||||
|
||||
################################################################################
|
||||
### MODES ######################################################################
|
||||
|
||||
@@ -23,15 +23,18 @@ order += volume_status
|
||||
order += spotify
|
||||
order += "wifi"
|
||||
order += online_status
|
||||
order += "battery_level 0"
|
||||
order += "battery_level all"
|
||||
order += "clock"
|
||||
|
||||
battery_level 0 {
|
||||
format = " {icon} {percent}% "
|
||||
battery_level all {
|
||||
battery_id = "all"
|
||||
format = " {icon} {percent}% {time_remaining} "
|
||||
measurement_mode = "sys"
|
||||
charging_character = ""
|
||||
blocks = ""
|
||||
notification = true
|
||||
hide_when_full = false
|
||||
hide_seconds = true
|
||||
notify_low_level = true
|
||||
threshold_full = 95
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user