misc work fixes
This commit is contained in:
parent
b1f0fba89a
commit
9a13fa283d
11 changed files with 131 additions and 37 deletions
|
|
@ -15,7 +15,7 @@ set $mod Mod1
|
|||
# is used in the bar {} block below.
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
font pango:DejaVu Sans Mono 13
|
||||
font pango:Droid Sans Mono 11
|
||||
# Before i3 v4.8, we used to recommend this one as the default:
|
||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
# The font above is very space-efficient, that is, it looks good, sharp and
|
||||
|
|
@ -95,6 +95,8 @@ bindsym $mod+v split h
|
|||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen
|
||||
bindsym $mod+b fullscreen toggle global
|
||||
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
|
|
@ -195,6 +197,7 @@ mode "moveworkspace" {
|
|||
}
|
||||
|
||||
bindsym $mod+t mode "moveworkspace"
|
||||
bindsym $mod+y move workspace to output left
|
||||
|
||||
mode "goremote" {
|
||||
bindsym g exec "remmina -c ~/.local/share/remmina/1523485448993.remmina"; mode "default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue