aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'awesome')
-rwxr-xr-xawesome/.config/awesome/autostart.sh20
-rw-r--r--awesome/.config/awesome/picom.conf12
-rw-r--r--awesome/.config/awesome/rc.lua7
3 files changed, 12 insertions, 27 deletions
diff --git a/awesome/.config/awesome/autostart.sh b/awesome/.config/awesome/autostart.sh
index 8e08ccf..859807b 100755
--- a/awesome/.config/awesome/autostart.sh
+++ b/awesome/.config/awesome/autostart.sh
@@ -6,29 +6,11 @@ function run {
$@&
fi
}
-run dex $HOME/.config/autostart/arcolinux-welcome-app.desktop
-#run xrandr --output VGA-1 --primary --mode 1360x768 --pos 0x0 --rotate normal
-#run xrandr --output HDMI2 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off
-#autorandr horizontal
+
run nm-applet
-#run caffeine
-run pamac-tray
run variety
run xfce4-power-manager
run blueberry-tray
run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
run numlockx on
run volumeicon
-#run nitrogen --restore
-# run conky -c $HOME/.config/awesome/system-overview
-#you can set wallpapers in themes as well
-#feh --bg-fill /usr/share/backgrounds/arcolinux/arco-wallpaper.jpg &
-#run applications from startup
-#run firefox
-#run atom
-#run dropbox
-#run insync start
-#run spotify
-#run ckb-next -b
-#run discord
-#run telegram-desktop
diff --git a/awesome/.config/awesome/picom.conf b/awesome/.config/awesome/picom.conf
index 96fd824..a27e30c 100644
--- a/awesome/.config/awesome/picom.conf
+++ b/awesome/.config/awesome/picom.conf
@@ -173,7 +173,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
#
#opacity-rule = [ "80:class_g = 'Alacritty'" ]
opacity-rule = [
- "90:class_g = 'kitty'",
+ "100:class_g = 'kitty'",
"90:class_g = 'alacritty'",
];
@@ -182,11 +182,11 @@ opacity-rule = [
# Background-Blurring #
#################################
-blur:
-{
- method = "dual_kawase";
- strength = 4;
-};
+# blur:
+# {
+# method = "dual_kawase";
+# strength = 0;
+# };
# Parameters for background blurring, see the *BLUR* section for more information.
# blur-method =
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 437ecae..aa3bfc7 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -305,7 +305,9 @@ globalkeys = my_table.join(
awful.key({ altkey }, "w", function () awful.spawn( "/home/peng/.scripts/wally.sh" ) end,
{description = "set random wallpaper" , group = "hotkeys"}),
awful.key({ altkey }, "d", function () awful.spawn( "/home/peng/.scripts/dmenuscripts.sh" ) end,
- {description = "books" , group = "hotkeys"}),
+ {description = "all scripts" , group = "hotkeys"}),
+ awful.key({ altkey }, "b", function () awful.spawn( "/home/peng/.scripts/books.sh" ) end,
+ {description = "Books" , group = "hotkeys"}),
awful.key({ altkey }, "p", function () awful.spawn( "/home/peng/.scripts/power.sh" ) end,
{description = "books" , group = "hotkeys"}),
awful.key({ modkey }, "o", function () awful.util.spawn( "rofi -show drun" ) end,
@@ -880,5 +882,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart applications
awful.spawn.with_shell("~/.config/awesome/autostart.sh")
-awful.spawn.with_shell("picom -b --config $HOME/.config/awesome/picom.conf")
+awful.spawn.with_shell("picom --config $HOME/.config/awesome/picom.conf")
awful.spawn.with_shell("~/.scripts/force_full_composition_nvidia.sh")
+awful.spawn.with_shell("sudo ~/.scripts/mount.sh")