diff options
author | Adrian Kummerlaender | 2016-04-04 22:30:58 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-04-04 22:30:58 +0200 |
commit | 60312dec4a91f48d6b137d563aeb7920f5be2c60 (patch) | |
tree | f5c2363008530ff6dd4fe5d2994d14f30f8aac31 /i3wm | |
parent | 40129b20fc7d4477ae521ec488ce28fe0b0e6606 (diff) | |
download | dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.tar dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.tar.gz dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.tar.bz2 dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.tar.lz dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.tar.xz dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.tar.zst dotfiles-60312dec4a91f48d6b137d563aeb7920f5be2c60.zip |
Add shortcut for rofi based calculator
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 4e83693..c7ee634 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -79,6 +79,7 @@ bar { status_command ~/.conky.sh workspace_buttons yes tray_output LVDS1 + font pango:Fantasque Sans Mono 16px colors { @@ -107,6 +108,7 @@ bindsym $alt+Return exec gvim bindsym $alt+space exec --no-startup-id passman submitform bindsym Control+space exec --no-startup-id ~/.i3/apply_layout.sh +bindsym $mod+c exec --no-startup-id = bindsym Mod1+l exec --no-startup-id i3lock -c 000000 bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh |