Skip to content

Commit cf1caa1

Browse files
committed
daily fixing of applications yippie
1 parent 52e4622 commit cf1caa1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

linux/.config/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ monitor=DVI-D-1,1920x1080@60,0x0,1
1414
$terminal = alacritty # Terminal emulator
1515
$fileManager = thunar # Graphical file manager
1616
$menu = ~/.config/wofi/menu.txt # Menu structure file (Custom format)
17-
$browser = firefox # Web browser
17+
$browser = flatpak run org.mozilla.firefox # Web browser
1818

1919

2020
#############

linux/.config/wofi/menu.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# General programs
2-
Firefox|firefox # Web Browser
2+
Firefox|firefox|flatpak run org.mozilla.firefox # Web Browser
33
Alacritty (Terminal Emulator)|alacritty|alacritty # Terminal
44
Thunar (File Manager)|thunar # File manager
55
VLC Media Player|vlc # Media player
@@ -14,9 +14,9 @@ Thunderbird (E-Mail)|thunderbird
1414

1515
# Multimedia
1616
GNU Image Manipulation Program|gimp # Photo editor
17-
OBS Studio|obs|flatpak run com.obsproject.Studio # Screen recorder
17+
OBS Studio|obs # Screen recorder
1818
Calibre (eBook manager)|calibre
19-
kdenlive|kdenlive # Video editor
19+
kdenlive|kdenlive # Video editor
2020

2121
# Gaming
2222
Steam|steam|~/.steam/steam/steam.sh

linux/flatpak-firefox-themes.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
sudo flatpak override --filesystem=$HOME/.themes
3+
sudo flatpak override --filesystem=$HOME/.icons
4+
sudo flatpak override --env=GTK_THEME=breeze_dark
5+
sudo flatpak override --env=ICON_THEME=breeze_dark

0 commit comments

Comments
 (0)