i3, readme

This commit is contained in:
2020-05-24 23:11:17 +02:00
parent 4f3c83c254
commit 4b09eb1f78
3 changed files with 6 additions and 5 deletions

View File

@ -22,8 +22,6 @@ scrolling:
history: 10000
multiplier: 2
# Font configuration
font:
normal:
@ -34,7 +32,6 @@ font:
x: 0
y: 1
background_opacity: 0.9
selection:

View File

@ -216,6 +216,7 @@ for_window [class="Thunderbird" window_type="normal"] move scratchpad, floating
for_window [class="Nautilus"] floating enable
for_window [class="Gnome-calculator"] floating enable
for_window [class="zoom"] move scratchpad
for_window [class="Signal"] move scratchpad
#for_window [instance="joplin"] resize set 1300 900, move scratchpad, move position center
# keybinds
@ -227,6 +228,7 @@ bindsym Print exec "~/bin/screenshot.sh"
bindsym $mod+minus [class="Telegram"] scratchpad show
bindsym $mod+p [class="Mattermost"] scratchpad show
bindsym $mod+o [class="Signal"] scratchpad show
bindsym $mod+m [class="Cantata"] scratchpad show
bindsym $mod+Shift+s [class="Joplin"] scratchpad show
bindsym $mod+Shift+z [class="zoom"] scratchpad show
@ -251,6 +253,6 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
bindsym XF86MonBrightnessUp exec xrandr --output eDP-1 --brightness .9 # increase screen brightness
bindsym XF86MonBrightnessDown exec xrandr --output eDP-1 --brightness .4 # decrease screen brightness
bindsym XF86MonBrightnessUp exec xrandr --output eDP1 --brightness 1.9 # increase screen brightness
bindsym XF86MonBrightnessDown exec xrandr --output eDP1 --brightness 1.4 # decrease screen brightness