From 9b77ba85edb47715cac3b980f4e360fd73bd240d Mon Sep 17 00:00:00 2001 From: simonkellet Date: Mon, 7 Oct 2024 07:48:56 +0100 Subject: [PATCH] final before reset --- i3/config | 11 ++++------- qutebrowser/autoconfig.yml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/i3/config b/i3/config index 8ee01bf..ccfd408 100644 --- a/i3/config +++ b/i3/config @@ -95,13 +95,7 @@ bindsym $mod+KP_Subtract exec --no-startup-id pactl set-sink-volume @DEFAULT_SIN bindsym $mod+KP_Multiply 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 -# Binds for SHIFT - and + for brightness on keypad! -#bindsym $mod+Shift+KP_Subtract exec --no-startup-id gummy -b 5 -#bindsym $mod+Shift+KP_Multiply exec --no-startup-id -## NOT WORKIN - # Use xev to find the keys on the keypad - # Binds for swapping between single laptop screen to 2 with an ultrawide bindsym $mod+KP_End exec --no-startup-id bash ~/.scripts/laptop bindsym $mod+KP_Down exec --no-startup-id bash ~/.scripts/ultrawide @@ -218,11 +212,14 @@ bindsym $mod+n exec --no-startup-id QOwnNotes # Print Screen ::: #WHOLE SCREEN bindsym Print exec scrot $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png + #APPLICATION bindsym $mod+Print exec scrot -u $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png + ##SELECT #bindsym --release $mod+Shift+Print exec --no-startup-id scrot -s $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png bindsym --release $mod+Shift+Print exec --no-startup-id bash /home/simon/.scripts/vscrnpaste + ##OPEN DIR bindsym $mod+s exec --no-startup-id nautilus ~/Pictures/Screenshots/ @@ -250,7 +247,7 @@ for_window [class="^.*"] border pixel 3 bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness -bindsym $mod+w exec --no-startup-id brave simonkellet.xyz +bindsym $mod+w exec --no-startup-id brave bindsym $mod+Shift+w exec --no-startup-id qutebrowser simonkellet.xyz bindsym $mod+Ctrl+w exec --no-startup-id kitty -e amfora simonkellet.xyz diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index e40a6ad..58fcbd2 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -1,6 +1,6 @@ # If a config.py file exists, this file is ignored unless it's explicitly loaded # via config.load_autoconfig(). For more information, see: -# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml # DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details.