From 8df5e46d93e45bda4d457e295a04c5d148cc9007 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Sat, 22 Jul 2023 02:22:08 +0200 Subject: [PATCH] better screenshot --- i3/config | 3 +- manjaro.sh | 2 +- qutebrowser/autoconfig.yml | 4 +- ranger/rifle.conf | 284 ------------------------------------- 4 files changed, 5 insertions(+), 288 deletions(-) delete mode 100644 ranger/rifle.conf diff --git a/i3/config b/i3/config index 4a47977..e5bfcfc 100644 --- a/i3/config +++ b/i3/config @@ -25,7 +25,6 @@ floating_modifier $mod # Autostart applications exec --no-startup-id pulseaudio -exec --no-startup-id pa-applet exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id nm-applet exec --no-startup-id nitrogen --restore @@ -86,7 +85,7 @@ bindsym $mod+d exec rofi -show drun $rofiopts bindsym $mod+Shift+d exec rofi -show run $rofiopts bindsym $mod+Return exec kitty -bindsym $mod+Shift+s --release exec --no-startup-id i3-scrot -s +bindsym $mod+Shift+s --release exec --no-startup-id scrot --freeze --select --exec 'xclip -selection clipboard -t image/png -i $f' bindsym $mod+Shift+x --release exec --no-startup-id xkill bindsym $mod+F1 exec kitty -e 'htop' diff --git a/manjaro.sh b/manjaro.sh index 0ce1da8..a168c87 100644 --- a/manjaro.sh +++ b/manjaro.sh @@ -25,7 +25,7 @@ yay cuda nvidia-settings nvidia-docker yay python-pip pyenv ipython # sound -yay pavucontrol pa-applet manjaro-pulse +yay manjaro-pipewire pavucontrol # terminal and shell yay kitty fish diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 478e871..f9f59ae 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -12,6 +12,8 @@ settings: global: normal: <: tab-move - + : tab-prev + : tab-next : set-cmd-text :open {url:pretty} : config-cycle colors.webpage.darkmode.enabled true false ;; restart : config-cycle tabs.show always switching @@ -29,7 +31,7 @@ settings: content.register_protocol_handler: https://mail.google.com?extsrc=mailto&url=%25s: true content.tls.certificate_errors: - global: block + global: ask fonts.hints: global: default_size default_family fonts.statusbar: diff --git a/ranger/rifle.conf b/ranger/rifle.conf deleted file mode 100644 index 35f66a7..0000000 --- a/ranger/rifle.conf +++ /dev/null @@ -1,284 +0,0 @@ -# vim: ft=cfg -# -# This is the configuration file of "rifle", ranger's file executor/opener. -# Each line consists of conditions and a command. For each line the conditions -# are checked and if they are met, the respective command is run. -# -# Syntax: -# , , ... = command -# -# The command can contain these environment variables: -# $1-$9 | The n-th selected file -# $@ | All selected files -# -# If you use the special command "ask", rifle will ask you what program to run. -# -# Prefixing a condition with "!" will negate its result. -# These conditions are currently supported: -# match | The regexp matches $1 -# ext | The regexp matches the extension of $1 -# mime | The regexp matches the mime type of $1 -# name | The regexp matches the basename of $1 -# path | The regexp matches the absolute path of $1 -# has | The program is installed (i.e. located in $PATH) -# env | The environment variable "variable" is non-empty -# file | $1 is a file -# directory | $1 is a directory -# number | change the number of this command to n -# terminal | stdin, stderr and stdout are connected to a terminal -# X | A graphical environment is available (darwin, Xorg, or Wayland) -# -# There are also pseudo-conditions which have a "side effect": -# flag | Change how the program is run. See below. -# label