From 3652cad1a590aa627b68f7c005833f076772634f Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 2 Sep 2018 11:31:56 +0200 Subject: [PATCH] moved over to flameshot --- computers/dev-pc/xprofile.sh | 2 +- dependencies/pacman.txt | 3 ++- i3/config | 4 ++-- install.sh | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/computers/dev-pc/xprofile.sh b/computers/dev-pc/xprofile.sh index 34b8488..71414b4 100644 --- a/computers/dev-pc/xprofile.sh +++ b/computers/dev-pc/xprofile.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-I-1 --off --output DVI-D-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal +xrandr --output DVI-D-0 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output DP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-0 --off diff --git a/dependencies/pacman.txt b/dependencies/pacman.txt index 6d56de5..60057be 100644 --- a/dependencies/pacman.txt +++ b/dependencies/pacman.txt @@ -17,7 +17,6 @@ lxappearance arc-gtk-theme rofi i3blocks -gnome-screenshot wmctrl zenity xorg-xrandr @@ -61,3 +60,5 @@ libxv wavpack x264 xvidcore +gvfs-smb +flameshot \ No newline at end of file diff --git a/i3/config b/i3/config index 724f67e..4e7a037 100644 --- a/i3/config +++ b/i3/config @@ -114,8 +114,8 @@ bindsym $mod+shift+l exec /bin/bash ~/.config/i3/scripts/suspend.sh ############################################ bindsym $mod+Return exec xfce4-terminal # terminal bindsym $mod+e exec nautilus # File manager -bindsym Print exec gnome-screenshot # Fullscreen screenshot -bindsym $mod+Print exec /bin/bash ~/.config/i3/scripts/screenshot.sh # Show screenshot window +bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot +bindsym $mod+Print exec flameshot gui # Show screenshot window bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh # Rofi diff --git a/install.sh b/install.sh index 93d7800..a48f2d5 100644 --- a/install.sh +++ b/install.sh @@ -107,6 +107,7 @@ function install_config { # system fixes echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system + mkdir -p ~/Pictures/Screenshots } # Installs the dependencies on Arch Linux