|
|
|
@ -2,14 +2,14 @@
|
|
|
|
|
output eDP-1 {
|
|
|
|
|
#mode 1920x1080@60.004Hz
|
|
|
|
|
mode 1920x1080@144.003Hz
|
|
|
|
|
scale 1.0
|
|
|
|
|
scale 1.15
|
|
|
|
|
adaptive_sync on
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
output DP-1 {
|
|
|
|
|
mode 2560x1440@144.000Hz
|
|
|
|
|
scale 1.0
|
|
|
|
|
adaptive_sync on
|
|
|
|
|
scale 1.10
|
|
|
|
|
adaptive_sync off
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
output HDMI-A-2 {
|
|
|
|
@ -259,10 +259,10 @@ bindsym --release $mod+s exec grim /tmp/ss.png && wl-copy </tmp/ss.png && mv /tm
|
|
|
|
|
bindsym --release $mod+Shift+s exec grim -g "$(slurp)" /tmp/ss.png && wl-copy </tmp/ss.png && mv /tmp/ss.png ~/Pictures/Screenshots/Screenshot-$(date +%s).png
|
|
|
|
|
|
|
|
|
|
# Vol Up
|
|
|
|
|
bindsym XF86AudioRaiseVolume exec /usr/bin/bash -c "pamixer --allow-boost -i 5 && notify-send -u low 'Vol Up' $(pamixer --get-volume-human)"
|
|
|
|
|
bindsym XF86AudioRaiseVolume exec "pamixer --allow-boost -i 5; notify-send -u low 'Vol Up' $(pamixer --get-volume-human)"
|
|
|
|
|
|
|
|
|
|
# Vol Down
|
|
|
|
|
bindsym XF86AudioLowerVolume exec /usr/bin/bash -c "pamixer --allow-boost -d 5 && notify-send -u low 'Vol Down' $(pamixer --get-volume-human)"
|
|
|
|
|
bindsym XF86AudioLowerVolume exec "pamixer --allow-boost -d 5; notify-send -u low 'Vol Down' $(pamixer --get-volume-human)"
|
|
|
|
|
|
|
|
|
|
# Media Controls! Through playerctl
|
|
|
|
|
bindsym XF86AudioPlay exec playerctl play-pause
|
|
|
|
@ -281,7 +281,7 @@ bindsym $mod+n exec firefox
|
|
|
|
|
|
|
|
|
|
# Mod + b (old: min) notesnook
|
|
|
|
|
#bindsym $mod+b exec "min --use-gl=desktop --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-features=UseSkiaRenderer,UseChromeOSDirectVideoDecoder --canvas-oop-rasterization"
|
|
|
|
|
bindsym $mod+b exec "notesnook --ozone-platform=wayland --ozone-platform-hint=wayland"
|
|
|
|
|
bindsym $mod+b exec "notesnook --ozone-platform-hint=x11"
|
|
|
|
|
|
|
|
|
|
# Mod + Shift + b mercury
|
|
|
|
|
bindsym $mod+Shift+b exec "mercury-browser"
|
|
|
|
@ -289,6 +289,9 @@ bindsym $mod+Shift+b exec "mercury-browser"
|
|
|
|
|
# Mod + m pantheon files
|
|
|
|
|
bindsym $mod+m exec io.elementary.files
|
|
|
|
|
|
|
|
|
|
# Mod + Shift + m cider 2
|
|
|
|
|
bindsym $mod+Shift+m exec cider --ozone-platform-hint=wayland
|
|
|
|
|
|
|
|
|
|
# emotes via rofi script
|
|
|
|
|
bindsym $mod+Shift+x exec /usr/local/bin/emotes
|
|
|
|
|
|
|
|
|
|