Fix init
This commit is contained in:
4
init
4
init
@ -23,7 +23,7 @@ function spawn () {
|
|||||||
riverctl spawn "${${@}}"
|
riverctl spawn "${${@}}"
|
||||||
}
|
}
|
||||||
function sd-spawn () {
|
function sd-spawn () {
|
||||||
riverctl spawn "systemd-run --user --ignore-failure -- %{%{@}}"
|
riverctl spawn "systemd-run --user --G -- %{%{@}}"
|
||||||
}
|
}
|
||||||
local SCRIPT_DIR="${HOME}/scripts/"
|
local SCRIPT_DIR="${HOME}/scripts/"
|
||||||
local RIVER_CONFIG="${HOME}/.config/river/config/"
|
local RIVER_CONFIG="${HOME}/.config/river/config/"
|
||||||
@ -31,8 +31,8 @@ local RIVER_CONFIG="${HOME}/.config/river/config/"
|
|||||||
local mod=Super
|
local mod=Super
|
||||||
|
|
||||||
# Some standard programs
|
# Some standard programs
|
||||||
|
nmap ${mod} R spawn 'systemd-run --user -G --scope fuzzel --launch-prefix="systemd-run --user -G --"'
|
||||||
nmap ${mod}+Shift Return sd-spawn 'kitty -1'
|
nmap ${mod}+Shift Return sd-spawn 'kitty -1'
|
||||||
nmap ${mod} R sd-spawn 'fuzzel'
|
|
||||||
nmap ${mod}+Shift E sd-spawn 'emacsclient -nc'
|
nmap ${mod}+Shift E sd-spawn 'emacsclient -nc'
|
||||||
nmap ${mod}+Shift B sd-spawn 'mullvad-browser'
|
nmap ${mod}+Shift B sd-spawn 'mullvad-browser'
|
||||||
# nmap ${mod}+Shift D spawn 'gtk-pipe-viewer'
|
# nmap ${mod}+Shift D spawn 'gtk-pipe-viewer'
|
||||||
|
|||||||
Reference in New Issue
Block a user