Compare commits

..

No commits in common. "dcfc30a56109c1adcea9a518a80177e795f766fe" and "62d90e6559718789db031812f2d584b693d2ebe9" have entirely different histories.

2 changed files with 21 additions and 34 deletions

View file

@ -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,19 +160,6 @@ 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) #
#=================================#

View file

@ -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",
},
}