diff options
| -rw-r--r-- | _linux/i3/config | 3 | ||||
| -rw-r--r-- | mpv/mpv.conf | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index 6efc8cf..9a37c02 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -110,6 +110,9 @@ bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+space floating toggle +# boateye mentioned? (i'm still not hitting it) +bindsym $mod+g fullscreen toggle; floating toggle ; resize set 384 16384 ; move position center + # change focus between tiling / floating windows # bindsym $mod+space focus mode_toggle diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..4ddc019 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,2 @@ +audio-display=no +keep-open=yes |
