aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
committerclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
commitd2d735742ca61b211c9b48a2209d36395daebcf4 (patch)
treebda27729a1bbac3ab354a1f10d4885899cdbf967 /dot_config/i3/keybindings
parenta6d2e5e6fb9adc84c32e86630b4846b1765c7d77 (diff)
downloaddotfiles-d2d735742ca61b211c9b48a2209d36395daebcf4.tar.gz
+ add existing config
Diffstat (limited to 'dot_config/i3/keybindings')
-rw-r--r--dot_config/i3/keybindings106
1 files changed, 106 insertions, 0 deletions
diff --git a/dot_config/i3/keybindings b/dot_config/i3/keybindings
new file mode 100644
index 0000000..f5edbc6
--- /dev/null
+++ b/dot_config/i3/keybindings
@@ -0,0 +1,106 @@
1EndeavourOS i3wm Keybindings cheat sheet:
2
3--> to update this run the following command:
4wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/keybindings -P ~/.config/i3/
5
6All sources and updates are available at GitHub:
7https://github.com/endeavouros-team/endeavouros-i3wm-setup
8
9For reference consult our WIKI:
10https://discovery.endeavouros.com/window-tiling-managers/i3-wm/
11
12 = windows key
13
14# start xfce4-terminal
15+Return
16
17# kill focused window
18+q
19
20# Application menu search by typing (fancy Rofi menu):
21+d
22
23# Window switcher menu (fancy Rofi menu):
24+t
25
26# fancy exit-menu on bottom right:
27+Shift+e
28
29# Lock the system
30# lock with a picture or blurring the screen (options in config)
31+l
32
33# reload the configuration file
34+Shift+c
35
36# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
37+Shift+r
38
39# keybinding in fancy rofi (automated)
40F1
41
42# full keybinding list in editor:
43+F1
44
45# change window focus
46+j focus left
47+k focus down
48+b focus up
49+o focus right
50
51# alternatively, you can use the cursor keys:
52+Left focus left
53+Down focus down
54+Up focus up
55+Right focus right
56
57# move a focused window
58+Shift+j move left
59+Shift+k move down
60+Shift+b move up
61+Shift+o move right
62
63# alternatively, you can use the cursor keys:
64+Shift+Left move left
65+Shift+Down move down
66+Shift+Up move up
67+Shift+Right move right
68
69# split in horizontal orientation
70+h split h
71
72# split in vertical orientation
73+v split v
74
75# enter fullscreen mode for the focused container
76+f fullscreen toggle
77
78# change container layout (stacked, tabbed, toggle split)
79+s layout stacking
80+g layout tabbed
81+e layout toggle split
82
83# toggle tiling / floating
84+Shift+space floating toggle
85
86# change focus between tiling / floating windows
87+space focus mode_toggle
88
89# focus the parent container
90+a focus parent
91
92# focus the child container
93#+d focus child
94
95# resize floating window
96+right mouse button
97
98## Multimedia Keys
99
100# Redirect sound to headphones
101+p
102
103## App shortcuts
104+w starts Firefox
105+n starts Thunar
106 Button screenshot
Powered by cgit v1.2.3 (git 2.41.0)