From d41c78de07973300f9009336fb7f0af7d94bf03e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 3 Feb 2021 09:49:53 -0600 Subject: [PATCH] Awesome with pulsemixer --- awesome/init.fnl | 1 - awesome/keybindings.fnl | 2 +- awesome/rules.fnl | 1 + picom.conf | 2 +- qutebrowser/autoconfig.yml | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awesome/init.fnl b/awesome/init.fnl index 0768b41..bfd84b7 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -468,4 +468,3 @@ ;; (awful.spawn "nextcloud --background") (awful.spawn "libinput-gestures-setup start") (awful.spawn "bluetoothctl power on") -(if laptop (awful.spawn "env GDK_SCALE=2 emacs --daemon") (awful.spawn "emacs --daemon")) diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 216e7b4..77de5f9 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -136,7 +136,7 @@ (awful.key [modkey] "y" (fn [] (awful.spawn "yt -r")) {:description "search youtube" :group "launcher"}) ;; audio - (awful.key [modkey] "a" (fn [] (awful.spawn "alacritty -d 80 14 --class pulsemixer -e pulsemixer")) + (awful.key [modkey] "a" (fn [] (awful.spawn "alacritty --class pulsemixer -e pulsemixer")) {:description "launch pulsemixer" :group "audio"}) (awful.key [] "XF86AudioRaiseVolume" (fn [] (awful.spawn "pactl set-sink-volume @DEFAULT_SINK@ +5%") (awful.spawn "paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga")) diff --git a/awesome/rules.fnl b/awesome/rules.fnl index 421bddc..9022b3e 100644 --- a/awesome/rules.fnl +++ b/awesome/rules.fnl @@ -68,6 +68,7 @@ :raise true :ontop true :screen awful.screen.preferred + :width (dpi 600) :placement (+ awful.placement.no_offscreen awful.placement.centered) } } diff --git a/picom.conf b/picom.conf index 6a947c4..54a6259 100644 --- a/picom.conf +++ b/picom.conf @@ -2,7 +2,7 @@ # Corners # ################################# # requires: https://github.com/sdhand/compton -corner-radius = 12.0; +corner-radius = 32.0; rounded-corners-exclude = [ #"window_type = 'normal'", "class_g = 'awesome'", diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index a6402bf..bb4ba8a 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -7,4 +7,4 @@ config_version: 2 settings: content.notifications: - https://www.facebook.com: false + https://jelly.cochrun.xyz: true