Commit ff018cf0 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Updating conky shortcuts

parent f3a9a16c
...@@ -18,15 +18,17 @@ conky.config = { ...@@ -18,15 +18,17 @@ conky.config = {
use_xft = true, use_xft = true,
} }
conky.text = [[ conky.text = [[
${color2}mod = ${color}<alt>
${color2}mod_next = ${color}<super>
${color2}open new terminal - ${color}mod+Enter ${color2}open new terminal - ${color}mod+Enter
${color2}open browser - ${color}mod+i ${color2}open browser - ${color}mod_next+i
${color2}open pamac-manager - ${color}mod+u ${color2}open pamac-manager - ${color}mod_next+u
${color2}open bitwarden-desktop - ${color}mod+o ${color2}open bitwarden-desktop - ${color}mod_next+o
${color2}open putty - ${color}mod+p ${color2}open putty - ${color}mod_next+p
${color2}rofi (launcher) - ${color}mod+d ${color2}rofi (launcher) - ${color}mod_next+d
${color2}rofi (windows) - ${color}mod+Tab ${color2}rofi (windows) - ${color}mod_next+Tab
${color2}bmenu - ${color}mod+Ctrl+b
${color2}kill focused - ${color}mod+Shift+q ${color2}kill focused - ${color}mod+Shift+q
${color2}container layout (tabbed) - ${color}mod+w ${color2}container layout (tabbed) - ${color}mod+w
...@@ -35,25 +37,18 @@ ${color2}container layout (vert) - ${color}mod+e ...@@ -35,25 +37,18 @@ ${color2}container layout (vert) - ${color}mod+e
${color2}container layout (stck) - ${color}mod+s ${color2}container layout (stck) - ${color}mod+s
${color2}split container (horiz) - ${color}mod+z ${color2}split container (horiz) - ${color}mod+z
${color2}split container (vert) - ${color}mod+x ${color2}split container (vert) - ${color}mod+x
${color2}toggle container type - ${color}mod+c
${color2}tab with next window - ${color}mod+z ${color2}focus windows - ${color}mod+[hjkl]
${color2}tab with previous window - ${color}mod+Shift+z
${color2}splith with next window - ${color}mod+x
${color2}splith with previous window - ${color}mod+Shift+x
${color2}focus windows - ${color}mod+[hjkl | arrow_keys]
${color2}focus containers - ${color}mod+Ctrl+[hjkl | arrows]
${color2}switch to workspace 1-8 - ${color}mod+1-8 ${color2}switch to workspace 1-8 - ${color}mod+1-8
${color2}send to workspace 1-8 - ${color}mod+Alt+1-8 ${color2}send to workspace 1-8 - ${color}mod+Alt+1-8
${color2}navigate workspaces - ${color}mod+Ctrl+arrows ${color2}navigate workspaces - ${color}mod+Ctrl+arrows
${color2}toggle floating - ${color}mod+Shift+Space ${color2}toggle floating - ${color}mod+Shift+Space
${color2}toggle sticky - ${color}mod+Shift+s ${color2}toggle sticky - ${color}mod+Cntrl+s
${color2}window opacity up[dn] - ${color}mod+Alt+[x|z] ${color2}window opacity up[dn] - ${color}mod+Alt+[x|z]
${color2}window dim disable[enable] - ${color}mod+Alt+[a|d] ${color2}window dim disable[enable] - ${color}mod+Alt+[a|d]
${color2}exit - ${color}mod+0 ${color2}exit - ${color}mod+0
${color2}help - ${color}mod+Shift+h
${color2}mod = ${color}<alt>
]] ]]
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