diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-26 12:51:28 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-26 12:51:28 -0500 |
| commit | d4a9ad1f759e74c857dafa1357ec45adef49fcfc (patch) | |
| tree | 42709f5903b880628c5463c6e1a2c10fa413f0d8 /.config | |
| parent | 257e933179f8b2ff7d715b1afd7f6c9535addcb2 (diff) | |
| parent | b43773293ad764c6d1cb1359c362960eb3ddb499 (diff) | |
| download | eibhear-d4a9ad1f759e74c857dafa1357ec45adef49fcfc.tar.gz eibhear-d4a9ad1f759e74c857dafa1357ec45adef49fcfc.tar.zst eibhear-d4a9ad1f759e74c857dafa1357ec45adef49fcfc.zip | |
Merge branch 'i3news' of https://github.com/luukvbaal/voidrice into luukvbaal-i3news
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 6 | ||||
| -rw-r--r-- | .config/i3blocks/config | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 66c97d1..88dc762 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -139,7 +139,7 @@ bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdowncalc|tmuxdd).* bindsym $mod+w exec $term -e nmtui bindsym $mod+Shift+w exec --no-startup-id $BROWSER -bindsym $mod+e exec $term -e neomutt +bindsym $mod+e exec $term -e neomutt && pkill -RTMIN+12 i3blocks bindsym $mod+Shift+e exec --no-startup-id tutorialvids bindsym $mod+r exec $term -e ranger @@ -209,7 +209,7 @@ bindsym $mod+Shift+v exec --no-startup-id projectM-pulseaudio bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft -bindsym $mod+n exec $term -e newspod +bindsym $mod+n exec $term -e newspod && pkill -RTMIN+6 i3blocks ##bindsym $mod+Shift+n bindsym $mod+m exec --no-startup-id $term -e ncmpcpp @@ -397,7 +397,7 @@ bindsym XF86TouchpadOff exec --no-startup-id synclient TouchpadOff=1 bindsym XF86Suspend exec --no-startup-id lockscreen bindsym XF86Close kill bindsym XF86WebCam exec --no-startup-id camtoggle -bindsym XF86Mail exec $term -e neomutt +bindsym XF86Mail exec $term -e neomutt && pkill -RTMIN+12 i3blocks bindsym XF86Messenger exec $term -e weechat bindsym XF86Search exec $BROWSER https://duckduckgo.com ##bindsym XF86Go exec diff --git a/.config/i3blocks/config b/.config/i3blocks/config index a4ff01b..06ceb44 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -3,7 +3,8 @@ separator_block_width=15 markup=pango [news] -command=cat ~/.newsup +label=📰 +command=i3news interval=once signal=6 |
