diff options
| author | kkard2 <[email protected]> | 2024-11-05 10:17:44 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-11-05 10:17:44 +0100 |
| commit | 2999bf01b5fd3dee9f3b62f51dd2a61352a9580c (patch) | |
| tree | 24984bdbc02d764b84eb3abcf07f6ff56b550364 | |
| parent | 0752f1795441d7f615f15f3b3707a9c110ed630a (diff) | |
i3 boateye, mpv conf
| -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 |
