From 90e0a07bfb63fcfdeb6791d0f5d4586af55b4ee1 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 2 Aug 2022 08:54:39 +0530 Subject: sxhkd+qutebrowser+aliasrc changes --- .config/qutebrowser/config.py | 4 ++-- .config/shell/aliasrc | 6 +++--- .config/sxhkd/sxhkdrc | 13 +++++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 581e63b..640fc32 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -12,7 +12,7 @@ ## This is here so configs done via the GUI are still loaded. ## Remove it to not load settings done via the GUI. -# config.load_autoconfig(True) +config.load_autoconfig(False) ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to. @@ -1802,7 +1802,7 @@ c.scrolling.smooth = True ## - never: Always hide the statusbar. ## - in-mode: Show the statusbar when in modes other than normal mode. c.statusbar.show = 'in-mode' - +c.tabs.show = 'multiple' ## List of widgets displayed in the statusbar. ## Type: List of StatusbarWidget ## Valid values: diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b97f35f..a0a35f8 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -57,9 +57,9 @@ alias \ rs="redshift -P -O" \ prime="prime-run " #enable hardware acceleration alias \ - st="cd .local/src/st" \ - dwm="cd .local/src/dwm" \ - dwmblocks="cd .local/src/dwmblocks" \ + st="cd ~/.local/src/st" \ + dwm="cd ~/.local/src/dwm" \ + dwmblocks="cd ~/.local/src/dwmblocks" \ calc="quich" \ rm="trash -v" \ listdel="trash-list" \ diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2605319..7fece7d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,6 +5,8 @@ # Toggle mute XF86AudioMute pactl set-sink-mute @DEFAULT_SINK@ toggle +super + F4 + pactl set-sink-mute @DEFAULT_SINK@ toggle # Toggle mic mute @@ -76,18 +78,21 @@ XF86Calculator super + shift + w whatsapp-nativefier +# Launch ncloud +super + shift + n + qutebrowser https://ncloud.draconyan.xyz # Launch outlook -#super + e -# brave https://outlook.office365.com/mail/inbox +super + shift + e + qutebrowser https://outlook.office365.com/mail/inbox # Launch teams super + shift + t - teams -no-sandbox + qutebrowser https://teams.microsoft.com # Launch spotify super + shift + m - sp + sp # Launch discord super + shift + d -- cgit v1.2.3