aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-09-28 21:03:36 -0400
committerKyle Javier2021-09-29 02:57:48 -0400
commit04edd4e76db90db9a70d3bd5adf09656d4839603 (patch)
treef6bad8b0a603f616e4ebb830d6aaf8f2741301a9
parent9e2a86eb5693a3d900421e9009d50ed849cc25be (diff)
changed some settings & Super+Tab/Alt+Tab keybindings added
-rwxr-xr-xawesome/autorun.sh2
-rw-r--r--awesome/rc.lua18
-rw-r--r--installed-packages39
-rw-r--r--picom.conf8
4 files changed, 16 insertions, 51 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh
index 092ce0f..35d75e2 100755
--- a/awesome/autorun.sh
+++ b/awesome/autorun.sh
@@ -7,8 +7,6 @@ function run {
fi
}
-setxkbmap -config compose:ralt
-
run picom --experimental-backends
run nitrogen --restore
run volumeicon
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 2a48b0b..a50e567 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -104,9 +104,9 @@ myawesomemenu = {
{ "hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end },
-- { "manual", terminal .. " -e man awesome" },
{ "edit config", editor .. " " .. awesome.conffile },
--- { "restart", awesome.restart },
+ { "restart", awesome.restart },
-- { "quit", function() awesome.quit() end },
--- { "quit", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end },
+ { "quit", function () awful.spawn("bash -c 'pkill -9 -u $USER'") end },
}
mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
@@ -257,13 +257,13 @@ globalkeys = gears.table.join(
awful.key({ modkey, }, "Escape", awful.tag.history.restore,
{description = "go back", group = "tag"}),
- awful.key({ "Mod1", }, "Tab",
+ awful.key({ modkey, }, "Tab",
function ()
awful.client.focus.byidx( 1)
end,
{description = "focus next by index", group = "client"}
),
- awful.key({ "Mod1", "Shift" }, "Tab",
+ awful.key({ modkey, "Shift" }, "Tab",
function ()
awful.client.focus.byidx(-1)
end,
@@ -292,15 +292,15 @@ globalkeys = gears.table.join(
awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end,
{description = "focus the previous screen", group = "screen"}),
awful.key({ modkey, }, "u", awful.client.urgent.jumpto,
- {description = "jump to urgent client", group = "client"}),
- awful.key({ modkey, }, "Tab",
+ {description = "jump to urgent client", group = "client"}), ]]--
+ awful.key({ "Mod1", }, "Tab",
function ()
awful.client.focus.history.previous()
if client.focus then
client.focus:raise()
end
end,
- {description = "go back", group = "client"}), ]]--
+ {description = "go back", group = "client"}),
-- End Unmodified Keys - Kyle
@@ -333,9 +333,9 @@ globalkeys = gears.table.join(
-- awesome window manager Controls
- --[[awful.key({ "Control", "Mod1" }, "BackSpace", awesome.restart,
+ awful.key({ "Control", "Mod1" }, "BackSpace", awesome.restart,
{description = "reload awesome", group = "awesome"}),
- awful.key({ "Control", "Shift" }, "Delete", awesome.quit,
+ --[[awful.key({ "Control", "Shift" }, "Delete", awesome.quit
{description = "quit awesome", group = "awesome"}),]]--
--[[ awful.key({ "Control", "Mod1" }, "BackSpace", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end,
diff --git a/installed-packages b/installed-packages
index 9875d82..8bfabf8 100644
--- a/installed-packages
+++ b/installed-packages
@@ -31,6 +31,7 @@ automake
avidemux-cli
avidemux-qt
avisynthplus
+awesome
b43-fwcutter
base
bash
@@ -75,6 +76,7 @@ dconf-editor
dcraw
dex
djvulibre
+doge
dosfstools
dotnet-sdk
dotnet-sdk-3.1
@@ -134,7 +136,6 @@ gnome-control-center
gnome-disk-utility
gnome-keyring
gnome-maps
-gnome-shell
gnome-sound-recorder
gnome-system-monitor
gnome-tweaks
@@ -267,6 +268,7 @@ lvm2
lxappearance-gtk3
lxdm-gtk3
lxqt-admin
+lxrandr-gtk3
lxsession-gtk3
lxterminal
lynx
@@ -320,7 +322,6 @@ p7zip
pacman
pamixer
papirus-icon-theme
-parole
patch
pavucontrol
pciutils
@@ -397,7 +398,6 @@ texlab
texlive-core
thunar
thunar-archive-plugin
-thunar-media-tags-plugin
thunar-volman
tor-browser
transmageddon
@@ -449,45 +449,12 @@ xf86-video-qxl
xf86-video-vesa
xf86-video-vmware
xf86-video-voodoo
-xfburn
-xfce4-appfinder
-xfce4-artwork
-xfce4-battery-plugin
xfce4-clipman-plugin
-xfce4-cpufreq-plugin
-xfce4-cpugraph-plugin
-xfce4-datetime-plugin
-xfce4-dict
-xfce4-diskperf-plugin
-xfce4-eyes-plugin
-xfce4-fsguard-plugin
-xfce4-genmon-plugin
-xfce4-mailwatch-plugin
-xfce4-mount-plugin
-xfce4-mpc-plugin
-xfce4-netload-plugin
-xfce4-notes-plugin
xfce4-power-manager
-xfce4-pulseaudio-plugin
xfce4-screensaver
xfce4-screenshooter
-xfce4-sensors-plugin
-xfce4-session
-xfce4-settings
-xfce4-smartbookmark-plugin
-xfce4-systemload-plugin
xfce4-terminal
-xfce4-time-out-plugin
-xfce4-timer-plugin
-xfce4-verve-plugin
-xfce4-wavelan-plugin
-xfce4-weather-plugin
-xfce4-whiskermenu-plugin
-xfce4-xkb-plugin
-xfdesktop
xfsprogs
-xfwm4
-xfwm4-themes
xine-ui
xjadeo
xmltoman
diff --git a/picom.conf b/picom.conf
index 804d5d9..b2a6cc4 100644
--- a/picom.conf
+++ b/picom.conf
@@ -7,8 +7,8 @@
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
# unless explicitly requested using the wintypes option.
#
-# shadow = false
-shadow = true;
+shadow = false
+#shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
@@ -120,8 +120,8 @@ fade-out-step = 0.03;
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
-# inactive-opacity = 1
-inactive-opacity = 0.8;
+inactive-opacity = 1
+#inactive-opacity = 0.8;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
frame-opacity = 1.0