diff options
| author | 2026-02-09 10:56:30 -0800 | |
|---|---|---|
| committer | 2026-02-09 10:56:30 -0800 | |
| commit | ab8f419f60beef6da9664f4d27df27fa167a5bbd (patch) | |
| tree | 9c09ea37de4f1cb5408ab4af7d3c0f297291fa73 | |
| parent | b5d7b1908d8057983505009472760d6a7db386fd (diff) | |
| download | new-dotfiles-ab8f419f60beef6da9664f4d27df27fa167a5bbd.tar.gz new-dotfiles-ab8f419f60beef6da9664f4d27df27fa167a5bbd.zip | |
Add glide as a browser option
| -rw-r--r-- | oni/home/config/common.scm | 2 | ||||
| -rw-r--r-- | oni/home/config/pop-os.scm | 2 | ||||
| -rw-r--r-- | oni/home/config/sxhkdrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 3d12d40..c8c6e56 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -58,7 +58,7 @@ ((mod4 t) . "herbstclient spawn hlwm-run-or-raise \"\\(URxvt\\|Hyper\\|kitty\\)\" kitty") ((mod4 b) - . "herbstclient spawn hlwm-run-or-raise \"\\(Conkeror\\|[Ff]irefox\\|Chromium\\|Next\\|qutebrowser\\)\" firefox") + . "herbstclient spawn hlwm-run-or-raise \"\\(Conkeror\\|[Ff]irefox\\|Chromium\\|Next\\|qutebrowser\\|glide-glide\\)\" firefox") ((mod4 e) . "herbstclient spawn hlwm-run-or-raise Emacs emacsclient --create-frame") ((control mod1 l) . "herbstclient spawn i3lock --color=000000") diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index b4159dc..ab6b7c0 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -130,7 +130,7 @@ "hook=emacs") ("class~'URxvt|kitty'" "tag=dev" "index=1" "switchtag=on" "hook=urxvt") - ("class~'Conkeror|[Ff]irefox|Chromium'" "tag=web" + ("class~'Conkeror|[Ff]irefox|Chromium|glide-glide'" "tag=web" "index=0" "switchtag=on") ("class=Pinentry" "pseudotile=on") ("class=Alsaplayer" "pseudotile=on") diff --git a/oni/home/config/sxhkdrc b/oni/home/config/sxhkdrc index 91d11c0..c925aec 100644 --- a/oni/home/config/sxhkdrc +++ b/oni/home/config/sxhkdrc @@ -17,7 +17,7 @@ super + t herbstclient spawn hlwm-run-or-raise "\(URxvt\|Hyper\|kitty\|org\.wezfurlong\.wezterm\)" kitty super + b - herbstclient spawn hlwm-run-or-raise "\(Conkeror\|[Ff]irefox\|Chromium\|Nyxt\|qutebrowser\|Zen\)" firefox + herbstclient spawn hlwm-run-or-raise "\(Conkeror\|[Ff]irefox\|Chromium\|Nyxt\|qutebrowser\|Zen\|glide-glide\)" firefox super + e herbstclient spawn hlwm-run-or-raise Emacs emacsclient --create-frame |
