execute tmux when launching kitty

This commit is contained in:
LorenzHohermuth 2024-06-26 20:16:36 +02:00
parent 33fbb63980
commit a58b60cd4c
5 changed files with 4 additions and 6 deletions

View File

@ -69,7 +69,7 @@ for_window [title="- IntelliJ IDEA"] border pixel 0
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec kitty
bindsym $mod+Return exec kitty -e tmux
# kill focused window
bindsym $mod+Shift+q kill

View File

@ -1,5 +1,4 @@
#! /bin/sh
chosen=$(ls -1 ~/.screenlayout | rofi -dmenu -i)
bash ~/.screenlayout/${chosen} && i3-msg reload
bash ~/.screenlayout/${chosen}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -1,7 +1,6 @@
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
launch cli-shapes draw --png /home/lorenz/.config/kitty/gem.png
launch echo "hello"
map f1 launch tmux
#: Fonts {{{

2
.zshrc
View File

@ -83,7 +83,7 @@ export MANPATH="/usr/local/man:$MANPATH"
# 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 XDG_CONFIG_HOME="$HOME/.config"