initial merge

This commit is contained in:
Barak Michener 2020-03-03 13:05:08 -08:00
commit 958c97f582
21 changed files with 927 additions and 39 deletions

View file

@ -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
@ -55,6 +55,7 @@ bindsym $mod+d exec i3-dmenu-desktop --dmenu='rofi -dmenu'
bindsym $mod+F12 exec xscreensaver-command -lock
bindsym $mod+Shift+y exec xinput-toggle -r yubikey -n -e -t 10
bindsym $mod+Control+Shift+f exec fixkeyboard
bindsym $mod+Shift+s exec xfce4-screenshooter
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
@ -94,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
@ -196,6 +199,18 @@ 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"
bindsym g exec "run_terminal -x ssh barak@10.42.1.8 -J barak@barakmich.com:2222"; mode "default"
bindsym t exec "run_terminal -x ssh -p 2222 barak@rack.0b100.net"; mode "default"
bindsym p exec "run_terminal -x ssh -p 2222 barak@barakmich.com"; mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+Shift+Control+r mode "goremote"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
@ -206,3 +221,4 @@ bindsym $mod+t mode "moveworkspace"
#tray_output primary
#}
exec --no-startup-id xfce4-panel --disable-wm-check
#exec --no-startup-id polybar example