소스 검색

Cleanup: remove unused bindings and comments

Alois Mahdal 9 년 전
부모
커밋
1295c8c0c0
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1
    10
      dotfiles/i3/config

+ 1
- 10
dotfiles/i3/config 파일 보기

@@ -27,14 +27,6 @@ font pango:DejaVu Sans Mono 11
27 27
 # Use Mouse+$mod to drag floating windows to their wanted position
28 28
 floating_modifier $mod
29 29
 
30
-# kill focused window
31
-bindsym $mod+Shift+q        kill
32
-
33
-# start dmenu (a program launcher)
34
-# There also is the (new) i3-dmenu-desktop which only displays applications
35
-# shipping a .desktop file. It is a wrapper around dmenu, so you need that
36
-# installed.
37
-
38 30
 # change focus
39 31
 bindsym $mod+h              focus left
40 32
 bindsym $mod+j              focus down
@@ -141,12 +133,11 @@ mode "mark" {
141 133
   bindsym Return mode "default"
142 134
 }
143 135
 
136
+
144 137
 # reload the configuration file
145 138
 #bindsym $mod+Shift+c reload
146 139
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
147 140
 bindsym $mod+Shift+r restart
148
-# exit i3 (logs you out of your X session)
149
-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-msg exit'"
150 141
 
151 142
 
152 143
 bindsym $mod+r mode "resize"