From 524c493b32eb1da8d54cecdad9bdcf554473f863 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Fri, 5 Jan 2024 20:48:31 +0100 Subject: changes --- _linux/.tmux.conf | 1 + _linux/hypr/hyprland.conf | 1 + 2 files changed, 2 insertions(+) (limited to '_linux') diff --git a/_linux/.tmux.conf b/_linux/.tmux.conf index 155f033..a7d8084 100644 --- a/_linux/.tmux.conf +++ b/_linux/.tmux.conf @@ -3,3 +3,4 @@ bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard" +setw -g mouse on diff --git a/_linux/hypr/hyprland.conf b/_linux/hypr/hyprland.conf index 3b06c1f..1671db5 100644 --- a/_linux/hypr/hyprland.conf +++ b/_linux/hypr/hyprland.conf @@ -192,6 +192,7 @@ bind = $mainMod CTRL, down, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% # notifications bind = $mainMod, N, exec, makoctl dismiss +bind = $mainMod ALT, N, exec, makoctl dismiss --all bind = $mainMod SHIFT, N, exec, makoctl restore bind = $mainMod CTRL, N, exec, makoctl invoke bind = $mainMod CTRL, N, exec, makoctl dismiss -- cgit v1.3.1