From c104ffa28916b51d5b7c1234f844429904da2baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=92=8C=E3=81=A7=E3=81=AA=E3=82=8A?= <16044253+Daenarii@users.noreply.github.com> Date: Mon, 12 Mar 2018 19:25:23 +0800 Subject: [PATCH 1/4] Changed /home/luke to ~/ Luke-senpai baka --- .config/qutebrowser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 628e40a..6f1a1ce 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1225,7 +1225,7 @@ c.url.auto_search = 'naive' ## The page to open if :open -t/-b/-w is used without URL. Use ## `about:blank` for a blank page. ## Type: FuzzyUrl -c.url.default_page = '/home/luke/.config/startpage/startpage.html' +c.url.default_page = '~/.config/startpage/startpage.html' ## The URL segments where `:navigate increment/decrement` will search for ## a number. @@ -1283,7 +1283,7 @@ c.url.searchengines = { ## The page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl -c.url.start_pages = ['/home/luke/.config/startpage/startpage.html'] +c.url.start_pages = ['~/.config/startpage/startpage.html'] ## The URL parameters to strip with `:yank url`. ## Type: List of String From d077a1eeb52e7291362fee9d156e07b8193d88c4 Mon Sep 17 00:00:00 2001 From: RaitaroHikami <19552720+RaitaroH@users.noreply.github.com> Date: Mon, 12 Mar 2018 15:24:05 +0200 Subject: [PATCH 2/4] fix Thread message queue blocking; consider raising the thread_queue_size option --- .scripts/screencast_pulse.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/screencast_pulse.sh b/.scripts/screencast_pulse.sh index 8491606..871a5b9 100755 --- a/.scripts/screencast_pulse.sh +++ b/.scripts/screencast_pulse.sh @@ -17,6 +17,7 @@ ffmpeg -y \ -framerate 60 \ -s $(xdpyinfo | grep dimensions | awk '{print $2;}') \ -i :0.0 \ +-thread_queue_size 2048 \ -f alsa -i default \ -r 30 \ -c:v libx264 -r 30 -c:a flac $filename From cc9453c5d5ed7d52ee166e3ed8f7b6246b5db6be Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 12 Mar 2018 10:37:32 -0700 Subject: [PATCH 3/4] function mappings removed --- .config/i3/config | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 8ca3049..476be72 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -315,19 +315,6 @@ workspace $ws8 gaps inner 0 workspace $ws8 gaps outer 0 # #---Function Buttons---# # -##bindsym F1 nop -##bindsym F2 -##bindsym F3 -##bindsym F4 -##bindsym F5 -##bindsym F6 -##bindsym F7 -##bindsym F8 -##bindsym F9 -##bindsym F10 -bindsym F11 fullscreen toggle -##bindsym F12 - bindsym $mod+F1 exec --no-startup-id mupdf ~/.config/i3/i3_guide.pdf bindsym $mod+F2 restart bindsym $mod+F3 exec --no-startup-id arandr From 10fe2dc04c0555831cf222e9d084ed78da62eb13 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 12 Mar 2018 10:38:06 -0700 Subject: [PATCH 4/4] f11 doc removed --- .config/i3/i3_guide.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd index 3cdff2b..869f6d4 100644 --- a/.config/i3/i3_guide.rmd +++ b/.config/i3/i3_guide.rmd @@ -48,7 +48,7 @@ Be sure you play around with these. Be flexible with the basic commands and the + Mod+q or Q -- Close window + Mod+d -- rofi (For running commands or programs without shortcuts) + Mod+t -- Toggle between spawning vertically and horizontally -+ Mod+f or F11 -- Fullscreen ++ Mod+f -- Fullscreen + Mod+h/j/k/l -- Move to different windows + Mod+H/J/K/L -- Move a window around + Mod+Y/U/I/O -- Resize windows