Layouts
This commit is contained in:
parent
0327d43261
commit
42253a61f9
@ -312,6 +312,25 @@ mode "$gaming" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#####################################################################################################################
|
||||||
|
################# start normal layout #################
|
||||||
|
#####################################################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
# launch programs in the right workspaces
|
||||||
|
|
||||||
|
bindsym $mod+l mode "$layout"
|
||||||
|
|
||||||
|
set $layout full (f), terminal (t)
|
||||||
|
mode "$gaming" {
|
||||||
|
bindsym f exec --no-startup-id bash $HOME/.config/i3/scripts/layout-default.sh
|
||||||
|
bindsym t exec --no-startup-id i3-msg 'workspace 1; exec termite'
|
||||||
|
|
||||||
|
bindsym Return mode "default"
|
||||||
|
bindsym Escape mode "default"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
################# display #################
|
################# display #################
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
@ -400,25 +419,25 @@ font pango:Noto Mono Regular 9
|
|||||||
# USER APPLICATIONS TO START AT BOOT
|
# USER APPLICATIONS TO START AT BOOT
|
||||||
|
|
||||||
#Terminal
|
#Terminal
|
||||||
exec --no-startup-id i3-msg 'workspace 1; exec termite'
|
#exec --no-startup-id i3-msg 'workspace 1; exec termite'
|
||||||
|
|
||||||
#Liferea
|
#Liferea
|
||||||
exec --no-startup-id i3-msg 'workspace 3; exec liferea'
|
#exec --no-startup-id i3-msg 'workspace 3; exec liferea'
|
||||||
|
|
||||||
#Firefox
|
#Firefox
|
||||||
exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec firefox'
|
#exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec firefox'
|
||||||
|
|
||||||
#Thunderbird
|
#Thunderbird
|
||||||
exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
#exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
||||||
|
|
||||||
#Discord
|
#Discord
|
||||||
exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec discord'
|
#exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec discord'
|
||||||
|
|
||||||
#Mirage
|
#Mirage
|
||||||
exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec mirage'
|
#exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec mirage'
|
||||||
|
|
||||||
#bettergram
|
#bettergram
|
||||||
exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec bettergram'
|
#exec --no-startup-id i3-msg 'workspace 2; layout tabbed; exec bettergram'
|
||||||
|
|
||||||
|
|
||||||
# TRAY APPLICATIONS
|
# TRAY APPLICATIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user