execute tmux when launching kitty
This commit is contained in:
parent
33fbb63980
commit
a58b60cd4c
|
@ -69,7 +69,7 @@ for_window [title="- IntelliJ IDEA"] border pixel 0
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec kitty -e tmux
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
chosen=$(ls -1 ~/.screenlayout | rofi -dmenu -i)
|
chosen=$(ls -1 ~/.screenlayout | rofi -dmenu -i)
|
||||||
|
bash ~/.screenlayout/${chosen}
|
||||||
bash ~/.screenlayout/${chosen} && i3-msg reload
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.1 KiB |
|
@ -1,7 +1,6 @@
|
||||||
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
|
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
|
||||||
|
|
||||||
launch cli-shapes draw --png /home/lorenz/.config/kitty/gem.png
|
map f1 launch tmux
|
||||||
launch echo "hello"
|
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -83,7 +83,7 @@ export MANPATH="/usr/local/man:$MANPATH"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
#
|
#
|
||||||
|
|
||||||
export PATH=$PATH:"$GOPATH/bin:$HOME/scripts:$HOME/bin:/usr/local/bin"
|
export PATH=$PATH:"$GOPATH/bin:$HOME/scripts:$HOME/bin:/usr/local/bin:/usr/local/lib/sts/cmd"
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
Loading…
Reference in New Issue