final before reset
This commit is contained in:
parent
f84de51208
commit
9b77ba85ed
11
i3/config
11
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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user