mod+shift+b/n for bottomleft/right
This commit is contained in:
parent
2289c2afd7
commit
4933a7983e
2 changed files with 8 additions and 7 deletions
|
@ -210,7 +210,7 @@ bindsym $mod+b bar mode toggle
|
||||||
bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft
|
bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft
|
||||||
|
|
||||||
bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks
|
bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks
|
||||||
##bindsym $mod+Shift+n
|
bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id bottomright
|
||||||
|
|
||||||
bindsym $mod+m exec --no-startup-id $term -e ncmpcpp
|
bindsym $mod+m exec --no-startup-id $term -e ncmpcpp
|
||||||
bindsym $mod+Shift+m exec --no-startup-id lmc mute
|
bindsym $mod+Shift+m exec --no-startup-id lmc mute
|
||||||
|
@ -333,7 +333,7 @@ bindsym Shift+Print exec --no-startup-id scrot -u
|
||||||
bindsym $mod+Print exec --no-startup-id dmenurecord
|
bindsym $mod+Print exec --no-startup-id dmenurecord
|
||||||
bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey"
|
bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey"
|
||||||
bindsym $mod+Delete exec $stoprec
|
bindsym $mod+Delete exec $stoprec
|
||||||
bindsym XF86Launch1 exec $stoprec & xset dpms force off
|
bindsym XF86Launch1 exec --no-startup-id xset dpms force off
|
||||||
|
|
||||||
# #---Extra XF86 Keys---# #
|
# #---Extra XF86 Keys---# #
|
||||||
# These are the extra media keys that some keyboards have.
|
# These are the extra media keys that some keyboards have.
|
||||||
|
|
|
@ -150,8 +150,9 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik
|
||||||
.ITEM
|
.ITEM
|
||||||
\f(CWMod+b\fP \(en Toggle status bar
|
\f(CWMod+b\fP \(en Toggle status bar
|
||||||
.ITEM
|
.ITEM
|
||||||
\f(CWMod+B\fP \(en Make window float in bottom left corner (good for video watched
|
\f(CWMod+B\fP \(en Toggle window float in bottom left corner (good for video watched intermittently)
|
||||||
intermittently)
|
.ITEM
|
||||||
|
\f(CWMod+N\fP \(en Same as above, but for the botttom right corner.
|
||||||
.LIST OFF
|
.LIST OFF
|
||||||
.HEADING 2 "Basic Programs"
|
.HEADING 2 "Basic Programs"
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue