mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
moved over to flameshot
This commit is contained in:
parent
8d6fb1bf62
commit
3652cad1a5
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/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
|
||||||
|
3
dependencies/pacman.txt
vendored
3
dependencies/pacman.txt
vendored
@ -17,7 +17,6 @@ lxappearance
|
|||||||
arc-gtk-theme
|
arc-gtk-theme
|
||||||
rofi
|
rofi
|
||||||
i3blocks
|
i3blocks
|
||||||
gnome-screenshot
|
|
||||||
wmctrl
|
wmctrl
|
||||||
zenity
|
zenity
|
||||||
xorg-xrandr
|
xorg-xrandr
|
||||||
@ -61,3 +60,5 @@ libxv
|
|||||||
wavpack
|
wavpack
|
||||||
x264
|
x264
|
||||||
xvidcore
|
xvidcore
|
||||||
|
gvfs-smb
|
||||||
|
flameshot
|
@ -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+Return exec xfce4-terminal # terminal
|
||||||
bindsym $mod+e exec nautilus # File manager
|
bindsym $mod+e exec nautilus # File manager
|
||||||
bindsym Print exec gnome-screenshot # Fullscreen screenshot
|
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
||||||
bindsym $mod+Print exec /bin/bash ~/.config/i3/scripts/screenshot.sh # Show screenshot window
|
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
||||||
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
|
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
|
||||||
|
|
||||||
# Rofi
|
# Rofi
|
||||||
|
@ -107,6 +107,7 @@ function install_config {
|
|||||||
|
|
||||||
# system fixes
|
# system fixes
|
||||||
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
|
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
|
# Installs the dependencies on Arch Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user