From a70f685038bad6c39522014435e3af808f2280d9 Mon Sep 17 00:00:00 2001 From: Tibeuleu <> Date: Fri, 4 Apr 2025 16:45:21 +0200 Subject: [PATCH] add element, additionnal qutebrowser setup, cleanup --- .config/i3/config | 2 +- .config/nvim/lua/config/options.lua | 1 - .config/qutebrowser/autoconfig.yml | 4 +++- .config/qutebrowser/config.py | 1 - .config/x11/xprofile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index d339f7e..9e0026f 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -72,7 +72,7 @@ bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec - bindsym $mod+w exec --no-startup-id $BROWSER bindsym $mod+Shift+w exec $term -e nmtui -#bindsym $mod+r exec --no-startup-id element-desktop +bindsym $mod+r exec --no-startup-id element-desktop bindsym $mod+Shift+r exec --no-startup-id dmenuunicode bindsym $mod+e exec $term -e lf diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index 5237700..29fbee1 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -82,4 +82,3 @@ vim.api.nvim_create_autocmd('TextYankPost', { }) end, }) - diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index cbcc674..995998b 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -6,5 +6,7 @@ config_version: 2 settings: + content.javascript.enabled: + global: true statusbar.show: - global: always + global: never diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 263a04b..e124592 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1176,7 +1176,6 @@ c.url.searchengines = { "!aw": "https://wiki.archlinux.org/index.php/Special:Search?search={}", "!ads": "https://ui.adsabs.harvard.edu/search/q={}", "!sci": "https://sci-hub.se/{}", - "!g": "https://www.google.com/search?hl=en&q={}", "!w": "https://en.wikipedia.org/w/index.php?title=Special%3ASearch&search={}", "!y": "https://www.youtube.com/results?search_query={}&search=Search", } diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 3b1139c..5fd16e3 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -17,7 +17,7 @@ remaps & # run the remaps script, switching caps/esc and more; check it for mor setbg & # set the background with the `setbg` script mpd & # music player daemon-you might prefer it as a service though dunst & # dunst for notifications -unclutter & # Remove mouse when idle +unclutter & # Remove mouse when idle xcompmgr & # xcompmgr for transparency # setxkbmap fr & # set the keyboard layout to azerty (comment out if set in /etc/X11/xorg.conf.d/00-keyboard.conf) # xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources & # Uncomment to use Xresources colors/settings on startup