Commit 3bf2fffb authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Set conky_shortcuts_numix update interval to 10 minutes (is static so no need...

Set conky_shortcuts_numix update interval to 10 minutes (is static so no need to update every 2).  Switched to chromium (instead of chrome for mod+_j shortcut).
parent 1240e933
...@@ -14,7 +14,7 @@ conky.config = { ...@@ -14,7 +14,7 @@ conky.config = {
own_window = true, own_window = true,
own_window_type = 'override', own_window_type = 'override',
own_window_transparent = true, own_window_transparent = true,
update_interval = 2.0, update_interval = 10.0,
use_xft = true, use_xft = true,
} }
conky.text = [[ conky.text = [[
......
...@@ -76,7 +76,7 @@ bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf ...@@ -76,7 +76,7 @@ bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
bindsym $mod+h exec pamac-manager bindsym $mod+h exec pamac-manager
bindsym $mod+j exec google-chrome-stable bindsym $mod+j exec chromium
bindsym $mod+k exec KeeWeb bindsym $mod+k exec KeeWeb
bindsym $mod+Mod1+k splith; exec KeeWeb bindsym $mod+Mod1+k splith; exec KeeWeb
bindsym $mod+l exec pcmanfm bindsym $mod+l exec pcmanfm
......
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