diff --git a/sub/alacritty/alacritty.yml b/sub/alacritty/alacritty.yml index 149978e..665a2cc 100644 --- a/sub/alacritty/alacritty.yml +++ b/sub/alacritty/alacritty.yml @@ -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 diff --git a/sub/i3/config b/sub/i3/config index 22c9b26..34f0499 100644 --- a/sub/i3/config +++ b/sub/i3/config @@ -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"