i3: remove mod+m for mailclient
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
"BACKGROUND_COLOR": "#202225",
|
"BACKGROUND_COLOR": "#202225",
|
||||||
"OPEN_ON_STARTUP": false,
|
"OPEN_ON_STARTUP": false,
|
||||||
"MINIMIZE_TO_TRAY": false,
|
"MINIMIZE_TO_TRAY": false,
|
||||||
"IS_MAXIMIZED": true,
|
"IS_MAXIMIZED": false,
|
||||||
"IS_MINIMIZED": false,
|
"IS_MINIMIZED": false,
|
||||||
"WINDOW_BOUNDS": {
|
"WINDOW_BOUNDS": {
|
||||||
"x": 2,
|
"x": 1,
|
||||||
"y": 28,
|
"y": 30,
|
||||||
"width": 956,
|
"width": 1918,
|
||||||
"height": 1024
|
"height": 1049
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,8 +123,6 @@ bindsym $mod+Shift+space exec --no-startup-id $TERMINAL
|
|||||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||||
bindsym $mod+Shift+w exec --no-startup-id "$BROWSER -profile ~/.mozilla/firefox/2ustnzbw.shopping"
|
bindsym $mod+Shift+w exec --no-startup-id "$BROWSER -profile ~/.mozilla/firefox/2ustnzbw.shopping"
|
||||||
bindsym $mod+e exec --no-startup-id $EXPLORER
|
bindsym $mod+e exec --no-startup-id $EXPLORER
|
||||||
bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
|
||||||
# TODO add import path/to/img.png to make a screenshot
|
|
||||||
bindsym --release $mod+s exec "import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
bindsym --release $mod+s exec "import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||||
bindsym $mod+Shift+s exec "import -window root ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
bindsym $mod+Shift+s exec "import -window root ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||||
# i3lock for locking, i3-msg exit for logout
|
# i3lock for locking, i3-msg exit for logout
|
||||||
|
|||||||
Reference in New Issue
Block a user