Various fixes
This commit is contained in:
parent
4bf8c9f9eb
commit
ebe8f74a8c
|
@ -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"}
|
||||
),
|
||||
|
|
|
@ -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'",
|
||||
}
|
||||
|
|
2098
zsh/.zcompdump
2098
zsh/.zcompdump
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue