i3
This commit is contained in:
parent
7621900fb3
commit
81f9ce3719
@ -9,6 +9,21 @@ window:
|
||||
|
||||
mouse:
|
||||
hide_when_typing: true
|
||||
double_click: { threshold: 300 }
|
||||
triple_click: { threshold: 300 }
|
||||
|
||||
hints:
|
||||
# URL launcher
|
||||
#
|
||||
# This program is executed when clicking on a text which is recognized as a URL.
|
||||
# The URL is always added to the command as the last parameter.
|
||||
launcher: open
|
||||
|
||||
# URL modifiers
|
||||
#
|
||||
# These are the modifiers that need to be held down for opening URLs when clicking
|
||||
# on them. The available modifiers are documented in the key binding section.
|
||||
modifiers: Shift
|
||||
|
||||
scrolling:
|
||||
history: 100000
|
||||
@ -22,7 +37,7 @@ key_bindings:
|
||||
- { key: F11, action: ToggleFullScreen }
|
||||
|
||||
live_config_reload: true
|
||||
|
||||
dynamic_title: true
|
||||
font:
|
||||
normal:
|
||||
family: FiraCode Nerd Font Mono
|
||||
|
||||
@ -202,7 +202,6 @@ bar {
|
||||
tray_output DP-0
|
||||
}
|
||||
|
||||
|
||||
# Screenshots
|
||||
bindsym Print exec --no-startup-id maim "$HOME/Pictures/Screenshots/$(date +'%d-%m-%Y-%T').png"
|
||||
bindsym $mod+Print exec --no-startup-id maim --window $(xdotool getactivewindow) "$HOME/Pictures/Screenshots/$(date +'%d-%m-%Y-%T').png"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user