-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.bak.1
executable file
·223 lines (173 loc) · 6.59 KB
/
config.bak.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
workspace_layout tabbed
# Set mod to Win Key.
set $mod Mod4
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
# bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec terminology
# kill focused window
bindsym $mod+Shift+Q kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
# dmenu-desktop - launcher for .desktop files
#bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop
# set focus:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+b split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, default)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
bindsym $mod+c focus child
# reload the configuration file
bindsym $mod+Shift+C reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+R restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# They resize the border in the direction you pressed, e.g.
# when pressing left, the window is resized so that it has
# more space on its left
bindsym H resize shrink left 10 px or 10 ppt
bindsym Shift+H resize grow left 10 px or 10 ppt
bindsym J resize shrink down 10 px or 10 ppt
bindsym Shift+J resize grow down 10 px or 10 ppt
bindsym K resize shrink up 10 px or 10 ppt
bindsym Shift+K resize grow up 10 px or 10 ppt
bindsym L resize shrink right 10 px or 10 ppt
bindsym Shift+L resize grow right 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink left 10 px or 10 ppt
bindsym Shift+Left resize grow left 10 px or 10 ppt
bindsym Down resize shrink down 10 px or 10 ppt
bindsym Shift+Down resize grow down 10 px or 10 ppt
bindsym Up resize shrink up 10 px or 10 ppt
bindsym Shift+Up resize grow up 10 px or 10 ppt
bindsym Right resize shrink right 10 px or 10 ppt
bindsym Shift+Right resize grow right 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
##############################################################
# My own configuration
##############################################################
# font for window titles. ISO 10646 = Unicode
font pango: Liberation Sans Mono 11
#Configure
bindsym $mod+n exec terminology -e "/bin/vim /home/julian/.i3/config"
#Browser
bindsym $mod+o exec qupzilla
#Filemanager
bindsym $mod+t exec thunar
#Background
exec --no-startup-id feh --bg-scale ~/.i3/background.jpg
#exec --no-startup-id python3 ~/.i3/background.py
# Window title bar colors
# class border backgr. text indicator
client.focused #000000 #262f6c #ffffff #00DA8E
client.focused_inactive #5BBDCC #000000 #ffffff #484e50
client.unfocused #5BBDCC #000000 #ffffff #5BBDCC
client.urgent #5BBDCC #000000 #ffffff #900000
# Border control
hide_edge_borders both
# Volume key control
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 3%+
bindsym XF86AudioLowerVolume exec amixer -q sset Master 3%-
# For some reasone toggle other weird channels other than Master as well
bindsym XF86AudioMute exec amixer -q set Master toggle
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
# Take screenshot
#bindsym Print exec scrot ~/Pictures/capt-$(date '+%Y-%m-%d-%H%M%S').png
# Lock Screen
bindsym Control+Mod1+l exec ~/.i3/lock.sh
# actiavte dual monitor
#bindsym XF86Display exec --no-startup-id ~/.i3/lcd-on-left.sh
# launch thunar
#bindsym $mod+Shift+Return exec nautilus --no-desktop
# launch firefox
#bindsym $mod+Control+Return exec firefox
# Workspace control
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# Move window to workspaces
bindsym $mod+Shift+1 move workspace 1
bindsym $mod+Shift+2 move workspace 2
bindsym $mod+Shift+3 move workspace 3
bindsym $mod+Shift+4 move workspace 4
bindsym $mod+Shift+5 move workspace 5
bindsym $mod+Shift+6 move workspace 6
bindsym $mod+Shift+7 move workspace 7
bindsym $mod+Shift+8 move workspace 8
bindsym $mod+Shift+9 move workspace 9
bindsym $mod+Shift+0 move workspace 10
#wallpaper
#exec --no-startup-id feh --bg-scale ~/.i3/background.jpg
exec --no-startup-id feh --bg-scale /etc/splash/natural_gentoo/images/verbose-1366x768.jpg
#start daemons/load programs:
exec terminology -e exit &
bindsym $mod+m bar mode invisible
bindsym $mod+Shift+m bar mode dock
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command bash /home/julian/.i3/statusbar/status.sh
tray_output primary
#mode invisible
modifier $mod
colors{
background #0C0C11
statusline #5BBDCC
#class border background text
focused_workspace #43A3B1 #5BBDCC #151C2E
active_workspace #43A3B1 #5BBDCC #151C2E
inactive_workspace #5BBDCC #151C2E #5BBDCC
urgent_workspace #2f343a #900000 #ffffff
}
}
#NOT USED:
# Automatic put window in last worksapce
#assign [class="[Rr]hythmbox"] 10
# Set Displays:
exec --no-startup-id xrandr --output VGA1 --auto --left-of eDP1
exec --no-startup-id xrandr --output HDMI1 --auto --right-of eDP1
# Set nm-applet:
exec --no-startup-id nm-applet