various updates
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=DP-2,3440x1440@144,auto,auto
|
||||
monitor=DP-3,1920x1080,-1080x-550,1,transform,1
|
||||
monitor=HDMI-A-1,3440x1440@144,auto,auto
|
||||
|
||||
|
||||
###################
|
||||
@ -40,9 +41,12 @@ $browser = firefox
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = hyprpaper
|
||||
exec-once = hypridle
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = dunst
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||
exec-once = waybar
|
||||
exec-once = ratbagctl list
|
||||
|
||||
exec-once = [ workspace special:term silent] $terminal
|
||||
exec-once = [ workspace special:browser silent] $browser -url "https://web.whatsapp.com"
|
||||
@ -54,7 +58,6 @@ exec-once = ~/.config/hypr/scripts/float-bitwarden.sh
|
||||
|
||||
# Plugins
|
||||
exec-once = hyprpm enable Hyprspace
|
||||
exec-once = waybar 2>&1 > /home/paul/waybar.log
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@ -223,7 +226,7 @@ bind = $mainMod SHIFT, S, exec, hyprshot -m region
|
||||
bind = $mainMod, PRINT, exec, hyprshot -m window
|
||||
bind = $mainMod SHIFT, B, exec, pkill waybar & hyprctl dispatch exec waybar
|
||||
bind = $mainMod SHIFT, C, exec, hyprpicker | wl-copy
|
||||
# bind = $mainMod, TAB, overview:toggle
|
||||
bind = $mainMod, TAB, overview:toggle
|
||||
bind = $mainMod, END, exec, wlogout -b 6 -L 1100 -R 1100 -T 650 -B 650
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
@ -356,4 +359,4 @@ workspace = 14, monitor:DP-3
|
||||
workspace = 15, monitor:DP-3
|
||||
|
||||
workspace = special:music, gapsout:40 1800 50 50
|
||||
workspace = special:music, monitor:DP-2
|
||||
workspace = special:music, monitor:DP-2
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
preload = /home/paul/downloads/gnome-background.webp
|
||||
wallpaper = , /home/paul/downloads/gnome-background.webp
|
||||
preload = ~/.config/hypr/img/gnome-background.webp
|
||||
wallpaper = , ~/.config/hypr/img/gnome-background.webp
|
||||
5
.config/hypr/scripts/songdetail.sh
Executable file
5
.config/hypr/scripts/songdetail.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
song_info=$(playerctl metadata --format '{{title}} {{artist}}')
|
||||
|
||||
echo "$song_info"
|
||||
Reference in New Issue
Block a user