Various fixes

This commit is contained in:
Thomas Avé 2022-08-06 21:02:49 +02:00
parent 4bf8c9f9eb
commit ebe8f74a8c
4 changed files with 4 additions and 2099 deletions

View File

@ -147,7 +147,7 @@ keys.globalkeys = gears.table.join(
-- launch rofi
awful.key({modkey}, "XF86Launch5",
function()
awful.spawn(os.getenv("XDG_CONFIG_HOME") .. "awesome/scripts/toggle_rofi.sh")
awful.spawn(os.getenv("XDG_CONFIG_HOME") .. "/awesome/scripts/toggle_rofi.sh")
end,
{description = "application launcher", group = "launcher"}
),

View File

@ -18,6 +18,7 @@ local awful = require("awful")
-- define default apps (global variable so other components can access it)
apps = {
terminal = 'bash -c "WINIT_X11_SCALE_FACTOR=1 alacritty"',
lock = "i3lock",
screenshot = "scrot -e 'mv $f ~/Pictures/Screenshots/ 2>/dev/null'",
}

File diff suppressed because it is too large Load Diff

View File

@ -42,6 +42,8 @@ source $XDG_CONFIG_HOME/zsh/powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh.
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
source /usr/share/doc/pkgfile/command-not-found.zsh
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# else