Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
2e784e06
Verified
Commit
2e784e06
authored
Dec 27, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use swappy for screenshots
parent
8d80ee88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
branding.spec
branding.spec
+2
-1
binds.conf
configs/hyprland/hypr/binds.conf
+3
-3
config
configs/hyprland/swappy/config
+5
-0
No files found.
branding.spec
View file @
2e784e06
...
...
@@ -288,7 +288,7 @@ done
mkdir -p %buildroot%_sysconfdir/ximperdistro/
cp -r configs/hyprland %buildroot%_sysconfdir/ximperdistro/
for i in swaync wofi wlogout ; do
for i in swaync wofi wlogout
swappy
; do
ln -s %_sysconfdir/ximperdistro/hyprland/$i %buildroot%_sysconfdir/skel/.config/$i
done
...
...
@@ -380,6 +380,7 @@ fi
%_sysconfdir/skel/.config/waybar
%_sysconfdir/skel/.config/wofi
%_sysconfdir/skel/.config/wlogout
%_sysconfdir/skel/.config/swappy
%_sysconfdir/ximperdistro/hyprland
%files slideshow
...
...
configs/hyprland/hypr/binds.conf
View file @
2e784e06
...
...
@@ -23,11 +23,11 @@ bind = $mainMod, B, exec, pkill -SIGUSR2 waybar
bind
= $
mainMod
CTRL
,
B
,
exec
,
pkill
waybar
||
waybar
# Скриншот монитора / Screenshot of the monitor
bind
= ,
Print
,
exec
,
hyprshot
-
m
output
-
o
"$(xdg-user-dir PICTURES)/Снимки экрана"
-
f
"снимок-$(date +%s).png"
-
z
bind
= ,
Print
,
exec
,
hyprshot
-
m
output
-
z
--
raw
|
swappy
-
f
-
# Скриншот региона / Screenshot of the region
bind
= $
mainMod
,
Print
,
exec
,
hyprshot
-
m
region
-
o
"$(xdg-user-dir PICTURES)/Снимки экрана"
-
f
"снимок-$(date +%s).png"
-
z
bind
= $
mainMod
,
Print
,
exec
,
hyprshot
-
m
region
-
z
--
raw
|
swappy
-
f
-
# Скриншот окна / Screenshot of the window
bind
=
SHIFT
,
Print
,
exec
,
hyprshot
-
m
window
-
o
"$(xdg-user-dir PICTURES)/Снимки экрана"
-
f
"снимок-$(date +%s).png"
-
z
bind
=
SHIFT
,
Print
,
exec
,
hyprshot
-
m
window
-
z
--
raw
|
swappy
-
f
-
#---------- УПРАВЛЕНИЕ ГРОМКОСТЬЮ ---- VOLUME CONTROL
binde
= ,
XF86AudioRaiseVolume
,
exec
,
wpctl
set
-
volume
-
l
1
.
0
@
DEFAULT_AUDIO_SINK
@
5
%+
...
...
configs/hyprland/swappy/config
0 → 100644
View file @
2e784e06
[Default]
save_dir="$(xdg-user-dir PICTURES)/Снимки экрана"
save_filename_format=снимок-%Y%m%d-%H%M%S.png
show_panel=true
auto_save=true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment