Compare commits
4 commits
62d90e6559
...
dcfc30a561
Author | SHA1 | Date | |
---|---|---|---|
dcfc30a561 | |||
419454433b | |||
3bda37aed1 | |||
1dd04028d1 |
2 changed files with 34 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
# #
|
||||
# License: Creative Commons Attribution 4.0 International #
|
||||
# Source: https://www.learnlinux.tv #
|
||||
# Author: Gregory Trolliet <gregory@trolliet.info #
|
||||
# Author: Gregory Trolliet <gregory@trolliet.info #
|
||||
# #
|
||||
# Pro-tip: While using Sway, you can trigger this configuration to be re-read by #
|
||||
# pressing Super + Shift + C. #
|
||||
|
@ -160,6 +160,19 @@ mode "present" {
|
|||
}
|
||||
bindsym $mod+p mode "present"
|
||||
|
||||
#========================#
|
||||
# Screen capture #
|
||||
#========================#
|
||||
|
||||
# save screen to ~/Pictures
|
||||
bindsym Print exec grim
|
||||
# save a region to ~/Pictures
|
||||
bindsym Shift+Print exec grim -g "$(slurp)"
|
||||
# send screen to clipboard
|
||||
bindsym Ctrl+Print exec grim - | wl-copy
|
||||
# send a region to clipboard
|
||||
bindsym Ctrl+Shift+Print exec grim -g "$(slurp)" - | wl-copy
|
||||
|
||||
#=================================#
|
||||
# Keyboard Shortcuts (Workspaces) #
|
||||
#=================================#
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
#================================================================================#
|
||||
# Waybar Configuration File #
|
||||
#--------------------------------------------------------------------------------#
|
||||
# Purpose: Creates a minimalistic (yet functional) waybar at #
|
||||
# the top of the screen. #
|
||||
# themes and colors, set the wallpaper, and more. #
|
||||
# #
|
||||
# License: Creative Commons Attribution 4.0 International #
|
||||
# Source: https:#www.learnlinux.tv #
|
||||
# Author: Gregory Trolliet <gregory@trolliet.info> #
|
||||
# #
|
||||
# Credit: #
|
||||
# Battery section adapted from: #
|
||||
# https://github.com/Egosummiki/dotfiles/blob/master/waybar/config #
|
||||
# #
|
||||
# Pipewire audio adapted from: #
|
||||
# https://www.reddit.com/r/swaywm/comments/sks343/ #
|
||||
# pwvolume_pipewire_volume_control_and_waybar_module #
|
||||
#================================================================================#
|
||||
//================================================================================//
|
||||
// Waybar Configuration File //
|
||||
//--------------------------------------------------------------------------------//
|
||||
// Purpose: Creates a minimalistic (yet functional) waybar at //
|
||||
// the top of the screen. //
|
||||
// themes and colors, set the wallpaper, and more. //
|
||||
// //
|
||||
// License: Creative Commons Attribution 4.0 International //
|
||||
// Source: https://www.learnlinux.tv //
|
||||
// Author: Gregory Trolliet <gregory@trolliet.info //
|
||||
// //
|
||||
// Credit: //
|
||||
// Battery section adapted from: //
|
||||
// https://github.com/Egosummiki/dotfiles/blob/master/waybar/config //
|
||||
// //
|
||||
// Pipewire audio adapted from: //
|
||||
// https://www.reddit.com/r/swaywm/comments/sks343/ //
|
||||
// pwvolume_pipewire_volume_control_and_waybar_module //
|
||||
//================================================================================//
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
|
@ -96,4 +96,4 @@
|
|||
"interval": "once",
|
||||
"on-click": "/usr/bin/rxvt -e /usr/bin/htop",
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue