Skip to content

robke96/linux_dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Daily dotfiles for Fedora 41 Linux with KDE (Wayland)

Fedora Badge KDE Badge

Screenshots

2024-04-23-08-20.png

Features

Configs

Scripts

  • NVIDIA GPU FAN Control
    • Give permissions for script

          chmod +x ./fancontrol.sh
          chmod +x ./Rust-gpu-fan-control
    • Configure sudo for paswordless execution

      • Edit the sudoers file using visudo:
      sudo visudo
      • Add this line at the end of the file, replace username and /path/to and with your username
      username ALL=(ALL) NOPASSWD: /path/to/Rust-gpu-fan-control
    • Add script on startup launch and you good to go. KDE Autostart

Releases

No releases published

Packages

No packages published

Languages