Add screenshot menu and update prompt
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d25e3618c4
commit
1792013f37
8 changed files with 214 additions and 9 deletions
|
@ -98,6 +98,9 @@ bindsym $mod+G exec games
|
|||
# Open power menu
|
||||
bindsym $mod+F4 exec power
|
||||
|
||||
# Open screenshot menu
|
||||
bindsym Print exec screenshot
|
||||
|
||||
# Change focus
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+H focus left
|
||||
|
@ -221,7 +224,13 @@ bindsym XF86AudioPrev exec --no-startup-id cmus-remote -r
|
|||
bindsym $mod+Control+Left exec --no-startup-id cmus-remote -r
|
||||
|
||||
|
||||
exec --no-startup-id "i3-msg 'workspace 10: ; append_layout /home/severin/.config/i3/workspace-10.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace 10: ; append_layout
|
||||
/home/severin/.config/i3/workspace-10.json'"
|
||||
|
||||
exec --no-startup-id "i3-msg 'workspace 2: ; append_layout
|
||||
/home/severin/.config/i3/workspace-2.json'"
|
||||
|
||||
exec --no-startup-id "i3-msg 'workspace 1: "
|
||||
|
||||
###############################################################################
|
||||
# Startup applications #
|
||||
|
@ -245,6 +254,9 @@ exec_always --no-startup-id wallpaper
|
|||
exec autokey-gtk
|
||||
exec google-chrome-beta
|
||||
exec termite
|
||||
exec termite
|
||||
exec termite
|
||||
exec termite
|
||||
exec discord
|
||||
exec nemo
|
||||
exec nemo
|
||||
|
|
106
system/.config/i3/workspace-2.json
Normal file
106
system/.config/i3/workspace-2.json
Normal file
|
@ -0,0 +1,106 @@
|
|||
[
|
||||
{
|
||||
"border": "none",
|
||||
"floating": "auto_off",
|
||||
"fullscreen_mode": 0,
|
||||
"layout": "splith",
|
||||
"percent": null,
|
||||
"type": "con",
|
||||
"nodes": [
|
||||
{
|
||||
"border": "none",
|
||||
"floating": "auto_off",
|
||||
"layout": "splitv",
|
||||
"percent": 0.5,
|
||||
"type": "con",
|
||||
"nodes": [
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 0,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 434,
|
||||
"width": 736,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": null,
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"instance": "^termite$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 0,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 434,
|
||||
"width": 736,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": null,
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"instance": "^termite$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"border": "none",
|
||||
"floating": "auto_off",
|
||||
"layout": "splitv",
|
||||
"percent": 0.5,
|
||||
"type": "con",
|
||||
"nodes": [
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 0,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 434,
|
||||
"width": 736,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": null,
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"instance": "^termite$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 0,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 434,
|
||||
"width": 736,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": null,
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"instance": "^termite$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue