Added shortcut for WKClone (Super+c)
This commit is contained in:
parent
e526a6736f
commit
60dcc15536
3 changed files with 7 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ bindsym Mod1+F4 kill
|
|||
bindsym $mod+r exec "rofi -combi-modi window,drun,run -show combi -modi combi"
|
||||
|
||||
# misc app shortcuts
|
||||
bindsym $mod+c exec "urxvt -title 'WKClone (ddrescue-tui)' -e ddrescue-tui clone"
|
||||
bindsym $mod+d exec "urxvt -title 'Hardware Diagnostics' -e hw-diags"
|
||||
bindsym $mod+f exec "thunar ~"
|
||||
bindsym $mod+i exec "hardinfo"
|
||||
|
|
|
|||
|
|
@ -297,6 +297,11 @@
|
|||
<menu>root-menu</menu>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-c">
|
||||
<action name="Execute">
|
||||
<command>urxvt -title "WKClone (ddrescue-tui)" -e ddrescue-tui clone</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-d">
|
||||
<action name="Execute">
|
||||
<command>urxvt -title "Hardware Diagnostics" -e hw-diags</command>
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@ Down: ${downspeed}${goto 115}Up:${alignr}${upspeed}
|
|||
#Network
|
||||
${alignc}S H O R T C U T K E Y S
|
||||
${hr}
|
||||
[Super] + c${alignr}WKClone
|
||||
[Super] + d${alignr}HW Diagnostics
|
||||
[Super] + f${alignr}File Manager
|
||||
[Super] + i${alignr}HW Information
|
||||
|
|
|
|||
Loading…
Reference in a new issue