use rofi as launcher
This commit is contained in:
@@ -16,6 +16,7 @@ default_floating_border pixel 1
|
|||||||
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
bindsym $mod+F12 restart;reload
|
bindsym $mod+F12 restart;reload
|
||||||
|
bindsym $mod+Escape exec i3lock -c 000000 & sleep 2 && xset dpms force off
|
||||||
|
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
@@ -115,14 +116,12 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
|||||||
|
|
||||||
|
|
||||||
# APPLICATION SHORTCUTS
|
# APPLICATION SHORTCUTS
|
||||||
bindsym $mod+Return exec --no-startup-id "ulauncher-toggle"
|
bindsym $mod+Return exec --no-startup-id "rofi -show"
|
||||||
bindsym $mod+Shift+Return exec --no-startup-id "rofi -show"
|
|
||||||
bindsym $mod+Shift+space exec --no-startup-id $TERMINAL
|
bindsym $mod+Shift+space exec --no-startup-id $TERMINAL
|
||||||
bindsym $mod+w exec --no-startup-id $BROWSER
|
bindsym $mod+w exec --no-startup-id $BROWSER
|
||||||
bindsym $mod+Shift+w exec --no-startup-id "$BROWSER -profile ~/.mozilla/firefox/2ustnzbw.shopping"
|
bindsym $mod+Shift+w exec --no-startup-id "$BROWSER -profile ~/.mozilla/firefox/2ustnzbw.shopping"
|
||||||
bindsym $mod+e exec --no-startup-id $EXPLORER
|
bindsym $mod+e exec --no-startup-id $EXPLORER
|
||||||
bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
||||||
bindsym $mod+Escape exec --no-startup-id $LOCKSCREEN
|
|
||||||
# TODO add import path/to/img.png to make a screenshot
|
# TODO add import path/to/img.png to make a screenshot
|
||||||
bindsym --release $mod+s exec "import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
bindsym --release $mod+s exec "import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||||
#bindsym $mod+Shift+s exec "import -window root ~/Pictures/screenshots/$(date 'import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
#bindsym $mod+Shift+s exec "import -window root ~/Pictures/screenshots/$(date 'import ~/Pictures/screenshots/$(date '+%y_%m_%d-%H_%M_%S').png"
|
||||||
@@ -151,4 +150,9 @@ exec --no-startup-id start-pulseaudio-x11
|
|||||||
exec --no-startup-id pa-applet
|
exec --no-startup-id pa-applet
|
||||||
exec --no-startup-id picom
|
exec --no-startup-id picom
|
||||||
bindsym $mod+Ctrl+m exec pavucontrol
|
bindsym $mod+Ctrl+m exec pavucontrol
|
||||||
|
# detect screen configurations
|
||||||
|
exec --no-startup-id autorandr -c
|
||||||
|
# set key repeat delay and rate
|
||||||
|
exec --no-startup-id xset r rate 200 35
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ configuration {
|
|||||||
/* xoffset: 0;*/
|
/* xoffset: 0;*/
|
||||||
/* fixed-num-lines: true;*/
|
/* fixed-num-lines: true;*/
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
/* terminal: "rofi-sensible-terminal";*/
|
terminal: "alacritty";
|
||||||
/* ssh-client: "ssh";*/
|
/* ssh-client: "ssh";*/
|
||||||
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
||||||
/* run-command: "{cmd}";*/
|
/* run-command: "{cmd}";*/
|
||||||
|
|||||||
1
.profile
1
.profile
@@ -44,4 +44,3 @@ export BROWSER=/usr/bin/firefox
|
|||||||
export TERMINAL=/usr/bin/alacritty
|
export TERMINAL=/usr/bin/alacritty
|
||||||
export EXPLORER=/usr/bin/thunar
|
export EXPLORER=/usr/bin/thunar
|
||||||
export MAILCLIENT=/usr/bin/thunderbird
|
export MAILCLIENT=/usr/bin/thunderbird
|
||||||
export LAUNCHER="ulauncher-toggle"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user