File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
# vim: filetype=i3config
2
- # Many thanks to DistroTube guy and Luke Smith
2
+ # Many thanks to DistroTube guy and Luke Smith and Manjaro I3 configs
3
3
4
4
############ GENERAl #############
5
5
set $mod Mod4
@@ -31,8 +31,6 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
31
31
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
32
32
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
33
33
34
- # bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
35
-
36
34
bindsym $mod+s exec --no-startup-id $HOME/.config/scripts/switcher.py --name Skype
37
35
38
36
# too much social stuff!
@@ -290,7 +288,7 @@ bindsym $mod+Escape exec --no-startup-id i3lock-fancy;exec xkb-switch -s us
290
288
#############################
291
289
292
290
# Set inner/outer gaps
293
- gaps inner 10
291
+ gaps inner 8
294
292
gaps outer -4
295
293
296
294
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
@@ -350,7 +348,6 @@ mode "$mode_gaps_outer" {
350
348
bindsym $mod+p move workspace to output right
351
349
# https://i3wm.org/docs/user-contributed/swapping-workspaces.html
352
350
bindsym $mod+Shift+s exec $HOME/.config/i3/scripts/i3-display-swap.sh
353
- #bindsym $mod + XF86Tools exec sudo -n /usr/bin/wifi-menu; exec notify-send "Key is pressed"
354
351
355
352
# just for testing
356
353
bindsym $mod + Shift + u exec $HOME/.config/i3/scripts/dunst.sh
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ set ideajoin
29
29
set ideastatusicon=gray
30
30
31
31
"" My Mappings -----------------------------
32
- map <leader>f <Plug>(easymotion-s)
33
- map <leader>e <Plug>(easymotion-f)
32
+
33
+ " map <leader>f <Plug>(easymotion-s)
34
+ " map <leader>e <Plug>(easymotion-f)
34
35
35
36
"" Debugging/running
36
37
map <leader>d :action Debug<CR>
Original file line number Diff line number Diff line change 7
7
#
8
8
# If you edit this file, do not forget to uncomment any lines
9
9
# that you change.
10
- # The pound(#) symbol may be used anywhere for comments.
10
+
11
11
#
12
12
# To specify a key, you can use 'xbindkeys --key' or
13
13
# 'xbindkeys --multikey' and put one of the two lines in this file.
You can’t perform that action at this time.
0 commit comments