mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-24 07:44:09 +01:00
enpass name change, new flameshot shortcut
This commit is contained in:
parent
38f71bd854
commit
f47078a66a
@ -108,7 +108,7 @@ alias tree='tree --dirsfirst'
|
|||||||
alias handbrake='ghb'
|
alias handbrake='ghb'
|
||||||
alias cal='cal -mw --color'
|
alias cal='cal -mw --color'
|
||||||
alias chrome='google-chrome-stable'
|
alias chrome='google-chrome-stable'
|
||||||
alias teams='teams-nativefier'
|
alias teams='teams-insiders'
|
||||||
|
|
||||||
# grub
|
# grub
|
||||||
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
|
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
|
||||||
|
@ -13,7 +13,7 @@ floating_modifier $mod
|
|||||||
# Constants #
|
# Constants #
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
set $urgentTextBackgroundColour #a6a6a6
|
set $urgentTextBackgroundColour #a6a6a6
|
||||||
set $primaryBackgroundColour #1e1e1e
|
set $primaryBackgroundColour #1e1e1e
|
||||||
set $secondaryBackgroundColour #252526
|
set $secondaryBackgroundColour #252526
|
||||||
set $tertiaryBackgroundColour #333333
|
set $tertiaryBackgroundColour #333333
|
||||||
@ -121,7 +121,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 flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
||||||
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
||||||
|
bindsym $mod+shift+Print exec flameshot launcher # Show settings window (delay) then 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
|
||||||
bindsym control+shift+Escape exec sysmontask
|
bindsym control+shift+Escape exec sysmontask
|
||||||
|
|
||||||
@ -231,7 +232,7 @@ for_window [class="Sysmontask"] resize set 930 665
|
|||||||
# Workspace specific tools #
|
# Workspace specific tools #
|
||||||
# Use xprop to determine class #
|
# Use xprop to determine class #
|
||||||
############################################
|
############################################
|
||||||
assign [class="Enpass-Desktop"] $workspace12
|
assign [class="Enpass"] $workspace12
|
||||||
assign [class="VirtualBox Machine"] $workspace11
|
assign [class="VirtualBox Machine"] $workspace11
|
||||||
|
|
||||||
# database stuff
|
# database stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user