This commit is contained in:
joachimschmidt557 2020-05-28 11:31:04 +02:00
parent 0b1b15cadb
commit dc9b6f4373
3 changed files with 6 additions and 0 deletions

View file

@ -8,3 +8,7 @@ alias gp='git pull'
# opam configuration
# source /home/joachim/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
function launch
$argv & ; disown; exit
end

View file

@ -34,6 +34,7 @@ floating_modifier $mod
# Line changed from:
# bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec st
bindsym $mod+Shift+Return exec st -e vis
# kill focused window
bindsym $mod+Shift+q kill

View file

@ -215,3 +215,4 @@ git git@github.com:ziglibs/zig-boyer-moore zig-boyer-moore
git git@github.com:joachimschmidt557/auspice auspice-fork
git git@github.com:d120/djangocms djangocms
git git@github.com:Mineorbit/DungeonsAndDungeons DungeonsAndDungeons
tar https://www.sudo.ws/dist/sudo-1.9.0.tar.gz sudo-1.9.0