add element, additionnal qutebrowser setup, cleanup

This commit is contained in:
Tibeuleu
2025-04-04 16:45:21 +02:00
parent a8a86e24f6
commit a70f685038
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -82,4 +82,3 @@ vim.api.nvim_create_autocmd('TextYankPost', {
})
end,
})

View File

@@ -6,5 +6,7 @@
config_version: 2
settings:
content.javascript.enabled:
global: true
statusbar.show:
global: always
global: never

View File

@@ -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",
}

View File

@@ -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